Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code that sends a message to a web
page and tehn to a pager. bypassing the outlook object model gaurd BUT it opens a new web page window. and I want to close the windows after it is done sending. Sub sendtopagers() txtMessage = "Test" PagerNumber = "2081234567" fulltest = "PIN=" & PagerNumber & "&MSSG=" & txtMessage & "&Q1=0" ThisWorkbook.FollowHyperlink "http://www.Arch.com/cgi- bin/wwwpage.exe", , True, , fulltest, msoMethodPost Any Help would be apprecieated Brian Elson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying info from a Browser window into Excel | Excel Worksheet Functions | |||
Workbooks opening in browser window | Excel Discussion (Misc queries) | |||
Launch new browser window from an excel web page | Excel Discussion (Misc queries) | |||
file browser window | Excel Discussion (Misc queries) | |||
Open all various hyperlinks in SAME browser window? | Links and Linking in Excel |