mmhhh... i have other problems before the use of your tip. I took a piece of code from another post, and i would want to apply your tip in it:
Which is the exact syntax to use GetROProperty("url") here to valorize x with the changed url?
I obtain syntax error about object repository...
[my problem is not to know the theory about these properties and their use... if you have some link to suggest me... :-) ]
thx for the patience :-)
ste
Code:
dim a
a="https://www.google.it"
SET IEObj = CreateObject("InternetExplorer.Application")
IEObj.Navigate a
IEObj.Visible = True
wait(2) 'suppose that in this time the url changes
Dim x
x=???
SET IEObj = Nothing
Which is the exact syntax to use GetROProperty("url") here to valorize x with the changed url?
I obtain syntax error about object repository...
[my problem is not to know the theory about these properties and their use... if you have some link to suggest me... :-) ]
thx for the patience :-)
ste