Hi,
I cannot start Opera with parameters. When using the code...
...Opera starts with the Homepage and the parm is ignored.
Here are the Opera switches:
http://www.opera.com/docs/switches/
Annotation: On the "/switches" site they write:
"A standalone url argument or -newwindow, -newtab, -backgroundtab, -newprivatetab or -nowin will disable -remote commands."
I cannot start Opera with parameters. When using the code...
Code:
zz = "C:\Opera\opera.exe"
zz = zz & " -newtab "
zz = zz & "http://www.opera.com/docs/switches/"
Shell zz, vbMaximizedFocus
Here are the Opera switches:
http://www.opera.com/docs/switches/
Annotation: On the "/switches" site they write:
"A standalone url argument or -newwindow, -newtab, -backgroundtab, -newprivatetab or -nowin will disable -remote commands."