I am trying to execute some IE commands through a QV macro. Some commands (such as Navigate) are working but some (such as visible, ExecWB) do not seem to work.
Here is a sample code
Set IE = CreateObject("InternetExplorer.Application")
Set RLLinks = ActiveDocument.Fields("RLLink").GetPossibleValues()