Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default DisplayAlerts

I am trying to follow a hyperlink without generating a warning and am using:

Sub openit()
Dim s As String
s = "file:///c:\b.xls"
Application.DisplayAlerts = False
ActiveWorkbook.FollowHyperlink Address:=s
Application.DisplayAlerts = True
End Sub

I am, however still getting a warning: "Hyperlinks can be harmful....."
How do i surpress this?
--
Gary''s Student - gsnu200714
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
DisplayAlerts (Which Ones?) Klatuu Excel Programming 2 June 30th 05 02:09 PM
DisplayAlerts Howard Kaikow Excel Programming 12 April 29th 05 04:24 PM
ScreenUpdating & DisplayAlerts cdb Excel Programming 5 February 4th 05 01:11 PM
Displayalerts not working Hari[_3_] Excel Programming 11 January 14th 05 06:13 PM
DisplayAlerts Error justzach Excel Programming 3 July 27th 04 10:30 PM


All times are GMT +1. The time now is 08:51 PM.

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"