+ Reply to Thread
Results 1 to 4 of 4

securety problem

  1. #1
    Registered User
    Join Date
    01-25-2006
    Posts
    22

    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

  2. #2
    Alan
    Guest

    Re: securety problem

    Untested, try
    Application.DisplayAlerts = False
    'Your code
    Application.DisplayAlerts = True
    Regards,
    Alan.
    "climax" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 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=570085
    >




  3. #3
    Registered User
    Join Date
    01-25-2006
    Posts
    22
    Sorry doesnīt work. stilll get the popup security screen

  4. #4
    Dave Peterson
    Guest

    Re: securety problem

    You have a response at your other post.

    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=570085


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1