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


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default securety problem


I get a syntax error on the 3

--
clima
-----------------------------------------------------------------------
climax's Profile: http://www.excelforum.com/member.php...fo&userid=3081
View this thread: http://www.excelforum.com/showthread.php?threadid=57008

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default securety problem


I tried also without the 3d. No syntax error but still get the popu
scree

--
clima
-----------------------------------------------------------------------
climax's Profile: http://www.excelforum.com/member.php...fo&userid=3081
View this thread: http://www.excelforum.com/showthread.php?threadid=57008

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default securety problem

Hmm, I can't seem to duplicate the problem - what's the code on the
line that you're getting the error?

Thanks.

climax wrote:
I get a syntax error on the 3D


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




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default securety problem

As a general rule warning messages that involve virus alerts or other things
which could cause your system harm can not be turned off. Otherwise those
that created the virus or ??? would just defeat the warning message... As a
guess this is one of those things you may have to learn to live with...
--
HTH...

Jim Thomlinson


"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


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default securety problem


This is a copy off my code


+-------------------------------------------------------------------+
|Filename: klm.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=5170 |
+-------------------------------------------------------------------+

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

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default securety problem


Ok I found a sollution to turn the security screens off.
Here is the link :
http://officeone.mvps.org/download/h...k_warning.html


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

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
Colon at the end of excel file name(ex: problem.xls:1, problem.xls financeguy New Users to Excel 2 January 15th 10 01:15 AM
securety problem climax Excel Discussion (Misc queries) 3 August 10th 06 03:17 AM
Started out as an Access problem. Now an Excel problem RobertM Excel Discussion (Misc queries) 2 April 26th 06 07:30 PM
problem with a conditional max problem Brian Cornejo Excel Discussion (Misc queries) 1 February 18th 05 06:25 PM
Problem when multipple users access shared xl-file at the same time, macrocode for solve this problem? OCI Excel Programming 0 May 16th 04 10:40 PM


All times are GMT +1. The time now is 11:43 PM.

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

About Us

"It's about Microsoft Excel"