D
DVictor
I have the following code in our program
gstrAppstring = chr(34) & gstrAppString & chr(34)
Application.FollowHyperlink "http://10.0.0.11/cgi-
bin/cgivars.exe", , , , gstrAppString, msoMethodPost
This code is quirky. It works sometimes and not others.
Has anyone else had this problem or knowe of a problem
with the followhyperlink method?
Any help would be greatly appreciated.
gstrAppstring = chr(34) & gstrAppString & chr(34)
Application.FollowHyperlink "http://10.0.0.11/cgi-
bin/cgivars.exe", , , , gstrAppString, msoMethodPost
This code is quirky. It works sometimes and not others.
Has anyone else had this problem or knowe of a problem
with the followhyperlink method?
Any help would be greatly appreciated.