Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Colon at the end of excel file name(ex: problem.xls:1, problem.xls | New Users to Excel | |||
securety problem | Excel Discussion (Misc queries) | |||
Started out as an Access problem. Now an Excel problem | Excel Discussion (Misc queries) | |||
problem with a conditional max problem | Excel Discussion (Misc queries) | |||
Problem when multipple users access shared xl-file at the same time, macrocode for solve this problem? | Excel Programming |