Hello,
Is it possible to have the following within a programming language(prefer VBA):
- use a imacros macro before a for .. loop to get to the web page containing a table
- include a imacros macro to get the curent table line within the for..loop; move to a linked page to get additional information related to the table line; move back to the table page;
Briefly I am asking if it possible to avoid geting again and again to the table page(from scratch) as many times as there are lines within the table.
Thank you for your help,
Dan Micuda
initialization macro to prepare web page for looping macro?
Forum rules
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
-
- Posts: 3
- Joined: Wed Jan 05, 2011 11:01 am
Re: initialization macro to prepare web page for looping mac
Yeah... you can just keep stepping up a counter (or POS value) that will search for values. When the extract on that POS = #EANF# then you know you have hit the end of your table. I think this is what you are asking.
Good Luck,
cboshdave
Good Luck,
cboshdave