P
PPL
Excel 2002 / 2003.
I'm trying to create a hyperlink in cell A19 such that the result opens in a
new window. I'm using
Range("A19").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="c:\test.htm",
NewWindow:=True, AddHistory:=True
I'm getting Runtime Error 1004: Application defined or Object defined error
Anyone any idea where am I going wrong ???
TIA
I'm trying to create a hyperlink in cell A19 such that the result opens in a
new window. I'm using
Range("A19").Select
ActiveSheet.Hyperlinks.Add Anchor:=Selection, Address:="c:\test.htm",
NewWindow:=True, AddHistory:=True
I'm getting Runtime Error 1004: Application defined or Object defined error
Anyone any idea where am I going wrong ???
TIA