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?
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?