R
Robert_DubYa
I get "Compile Error: Expected =" when trying to run the following code:
Shell ("C:\Program Files\Internet Explorer\iexplore.exe " & _
"\\TestLocation1\shares\Design\Data\Viewable\Gas\testPart.pdf", _
vbMaximizedFocus)
(the third line of the path is actually all on the second line but this
message board is not long enough).
If I take "vbMaximizedFocus" off the end it works fine, however it does not
bring explorer to the top level of the users screen. I'm not sure what I'm
doing wrong, but I have a simular program I created in VB that works just
fine.
thanks,
Robert
Shell ("C:\Program Files\Internet Explorer\iexplore.exe " & _
"\\TestLocation1\shares\Design\Data\Viewable\Gas\testPart.pdf", _
vbMaximizedFocus)
(the third line of the path is actually all on the second line but this
message board is not long enough).
If I take "vbMaximizedFocus" off the end it works fine, however it does not
bring explorer to the top level of the users screen. I'm not sure what I'm
doing wrong, but I have a simular program I created in VB that works just
fine.
thanks,
Robert