No, there is not a way to get around it, aside from maybe hacking some
security settings to your computer.
Application.Followhyperlink opens a file as if it were something downloaded
from the internet... it will call whatever builtin system security prompts go
with that.
Using the ShellExecute API that Dirk pointed you to is my preffered
method... you can dictate what the focus is, window size, etc etc, and do not
need the path to the executable, as it pulls the information from the
registered application for the file passed.
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)