Comments:
Clicking on the Go is the same thing as pressing “Enter” from the key board. If that is what you want to do then VBA has statement called SendKeys. It sends one or more keystrokes to the active window as if typed at the keyboard.
For further details type SendKeys in a code module in the Visual Basic Editor to open VBA help. It explains how to use this statement.
Hope this helps.
|