View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 7
Default securety problem

Climax,

Try putting

Application.DisplayAlerts = False

at the beginning of your code. At the end of your code you'd put

Application.DisplayAlerts = True

Let me know if this works.

Thanks!


climax wrote:
Hi,

I start an app in vb with this code:

ActiveWorkbook.FollowHyperlink "C:\te.exe"

I always get a warning about hyperlinks that can be harmfull to
computer.
How can I bypas this warning.
I īve put my macro securety on low and trust all installed add-ins and
templates + trust acces to visiual basic project.

Is there a way so the warning wonīt show

Thanks
Johan


--
climax
------------------------------------------------------------------------
climax's Profile: http://www.excelforum.com/member.php...o&userid=30816
View this thread: http://www.excelforum.com/showthread...hreadid=570084