Hello I am very new to VBA and need some help with code for a loop.
In my work I am presented with order that might start with 01 and some times goes all the way to 15 but something the order could start with 02, or 03 and so on.
I need to create a macro button that will click on the button on the web page 01, 02, 03, and so on (but this number could also start with 04 and keep go on in increasing order).
here is part of the tag that I hope we could use to create to code. the number ## always come after the "name=00"
TD width=34 align=left
INPUT type=button value=03.
name=03
TD
Please help.
thank you.
Bookmarks