If you want to open a website and go through the results of a webpage using VBA
you can achieve it by first including a reference to Microsoft HTML Object Library
in your VBA editor.
The following snippet of code should be a good starting point of how you can achieve the same
|
Alex on DAX (Alex Kwitny): How to: Copy a sales order using SalesCopying class : There are a million code snippets that show you how to create/copy a sales order that work 80% of the time, but often don't account for ...
Hi Hitesh... what if you want to determine the final URL for the page?
ReplyDeleteHi Jon,
ReplyDeleteIn case the url is redirected you can wait for the required url /web page title to appear. Please have a look at this link for more help http://vba-corner.livejournal.com/4623.html. Let me know if this resolves your requirement