Hello,
I have a line of code including _IELinkClickByText that i would like to continuously loop, so if any other link would be posted with these key words the line of code would be able to open that link until i stop the code itself, i have tried
While 1
WEnd
after my line of code to continue the loop but it seems to not want to click any of the links after the code runs for the first time, is there anything im missing for the line of code to constantly repeat?
I have a line of code including _IELinkClickByText that i would like to continuously loop, so if any other link would be posted with these key words the line of code would be able to open that link until i stop the code itself, i have tried
While 1
WEnd
after my line of code to continue the loop but it seems to not want to click any of the links after the code runs for the first time, is there anything im missing for the line of code to constantly repeat?