If I wanted to write a macro (for a button maybe) to call WOPR, I tried:
Public Sub Wopr()
Shell ("http://www.wopr.com/cgi-bin/w3t/login.pl?Cat="), vbNormalFocus
End Sub
But it wouldn't execute. With just enough basic to be dangerous, I had figured to use the same command structure that works galling other progs on my machine, but, oh well...
How might I fix this?
Regards,
Chuck Billow



