Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Would somone tell how to display an ASP Page instead of Internet Explorer in
a worksheet upon selecting a Hyperlink field displayed in a column? My progam imports Data to a worksheet and selects a Hyperlink which opens a web page in IE 6.0. Instead I would like it to open an ASP pop-up page. How do you modify the line of code Selection.Hyperlinks(1).Follow (as listed below) to display in an ASP page instead of IE 6.0 so that I can save it in Text format. '---- Sub ImportXML() Application.CommandBars("Task Pane").Visible = True ActiveWorkbook.XmlImport URL:= "C:\Data.xml", ImportMap:= Nothing, Overwrite:=True, Destination:=Range("$A$1") ActiveWindow.SmallScroll ToRight:=1 Range("E4").Select Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True End Sub '------- thx, Ted |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unique Footer for each page in worksheet with a page number | Excel Worksheet Functions | |||
How to display current page number in any cell of that page. | Excel Discussion (Misc queries) | |||
Page numbers on copies of a single page worksheet | Excel Discussion (Misc queries) | |||
change cell size from page to page on the same worksheet | Excel Worksheet Functions | |||
Converting a muliple page worksheet to a single page worksheet | Excel Discussion (Misc queries) |