wislndixie
Jul 5 2007, 04:07 PM
I created a command button using a hyperlink to an excel form. How can I turn off the Hyperlink warning message that comes up each time I click the button? I'm the only one using this Database.
Thanks,
Wisln
mike60smart
Jul 5 2007, 04:11 PM
Hi Wisln
This link placed on forum by robcopper
How to disable hyperlink warning messages in Office 2003
http://support.microsoft.com/default.aspx?...kb;en-us;829072According to the article though, this will not work for TIF or MDI file types.
Cheers
Miike
wislndixie
Jul 5 2007, 04:36 PM
Thanks Mike, it worked perfect.
freakazeud
Jul 5 2007, 05:39 PM
Hi,
instead of a registry hack workaround you might also want to use
ShellExecute...it should avoid the warnings.
HTH
Good luck