Open file in VBA without a warning message

CBrighton

Surfing while working...
Local time
Today, 10:07
Joined
Nov 9, 2010
Messages
1,012
I am using MS Access to automate a process which involves opening 2 files.

The files in question are .ws files which windows knows the application to open it with (it's a file containing settings to be used with IBM's Personal Communications workstation software).

I am trying to find a way that I can open them via VBA without any warning messages. If someone has to sit here and click OK it's not exactly automated!

I was initally using FollowHyperlink, I have also tried AB's GoHyperlink but it still gave the same message (the standard "hyperlinks can be dangerous, are you sure that this file is safe, etc" message - obviously I can provide the exact message if required).


Anyone have any suggestions?
 

Users who are viewing this thread

Back
Top Bottom