ChrisBrook
New Member
- Joined
- Jan 15, 2016
- Messages
- 12
Hi,
We recently had a product delivered which was created by a third party. This product is web based and has a static URL but is essentially a system to sell and administrator policies (probably as much as I can say!).
I'm currently building a VBA module that contains small navigation and process snippets that can be pieced together to automate certain processes etc.
I am however struggling to automate specific bits based on how the product is built.
I have referenced Microsoft Internet Controls and Microsoft HTML Object Library for my code to work.
So far I have been using getelementbyid to great effect however for a few bits I can't use this.
Below is a section that I am trying to click to load a page:
Any ideas of how I can select what is highlighted so that I can click it would be much appreciated!!
Thanks
We recently had a product delivered which was created by a third party. This product is web based and has a static URL but is essentially a system to sell and administrator policies (probably as much as I can say!).
I'm currently building a VBA module that contains small navigation and process snippets that can be pieced together to automate certain processes etc.
I am however struggling to automate specific bits based on how the product is built.
I have referenced Microsoft Internet Controls and Microsoft HTML Object Library for my code to work.
So far I have been using getelementbyid to great effect however for a few bits I can't use this.
Below is a section that I am trying to click to load a page:
HTML:
Policy Summary
Any ideas of how I can select what is highlighted so that I can click it would be much appreciated!!
Thanks