Re: Following links in VBA
What app are you using? What type of links are these? (targeted to a workbook, document, or web page?).
Re: Following links in VBA
.....I knew my post seemed kind of bare... :blush:
Anyway, this is in Excel with links targeting a webpage.
Re: Following links in VBA
You can use the .FollowHyperlink method but depending on the webpage you might be better using a webquery to load the pages' contents into a specific sheet/cell.
Re: Following links in VBA
Would you mind providing a link to an explanation of the webquery? Or if you feel like explaining it here, that would work as well. :p
Re: Following links in VBA
Data > Import External Data > New Web Query...
And follow the steps/enter in your webpage address.
Re: Following links in VBA
Thanks for the help, but unfortunately I can't record the data import and so I can't add it in to a macro that the technology-challenged would be able to use. *sigh* oh, well.