Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code to open a webpage from a macro in excel
ActiveWorkbook.FollowHyperlink Address:="http://testserver/test.aspx", ExtraInfo:="ID=1", Method:=msoMethodPost, NewWindow:=False This code works fine when the workbook is opened within excel, however when the workbook is opened within an Internet Explorer Window the aspx page does not receive any post data and the page REQUEST_METHOD is set to GET. I can use the following successfully but I really would like to hide the parameter string from the user. ActiveWorkbook.FollowHyperlink Address:="http://testserver/test.aspx?ID=1", NewWindow:=False Is there any way getting this functionality working within IE? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FollowHyperlink to OLEObject | Excel Programming | |||
followhyperlink method issue | Excel Programming | |||
FollowHyperlink | Excel Programming | |||
followhyperlink | Excel Programming | |||
followhyperlink failure | Excel Programming |