ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   securety problem (https://www.excelbanter.com/excel-programming/369904-securety-problem.html)

climax[_5_]

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


Chris

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



climax[_6_]

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


climax[_7_]

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


Chris

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



Jim Thomlinson

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



climax[_8_]

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


climax[_9_]

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



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com