Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Print a Hyperlinked HTML file


Hi all
I would like to be able to automatically print the hyperlink target in
the following code without opening it. Is this possible?

If SheetExists("SLA") Then
Range("B25").Select
ActiveCell.FormulaR1C1 = "Yes"
h = h + 1
With Worksheets(1)
..Hyperlinks.Add .Range("B25"),
"http://abcgis1.ashford.gov.uk/website/locplan/EN27.html"
..Hyperlinks(h).TextToDisplay = "Yes"
End With
Else
Range("B25").Select
ActiveCell.FormulaR1C1 = "No"
End If

Thanks in advance for any suggestions.
Regards
Liz


--
LizS
------------------------------------------------------------------------
LizS's Profile: http://www.excelforum.com/member.php...o&userid=28991
View this thread: http://www.excelforum.com/showthread...hreadid=517239

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto print of a hyperlinked document Russell-stanely Excel Discussion (Misc queries) 0 July 10th 07 06:40 PM
How do I print a hyperlinked document from a cell in excel Queenshero Excel Programming 1 March 29th 05 07:59 AM
How do I print hyperlinked documents from a cell in excel Queenshero Excel Programming 0 March 29th 05 07:35 AM
I cannot open a hyperlinked file Classic Excel Worksheet Functions 3 January 13th 05 03:14 AM
How do I print hyperlinked files when selected from a check box? Tracy at CNC Excel Programming 0 December 9th 04 02:13 PM


All times are GMT +1. The time now is 12:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"