how to turn off access hyperlink warnings.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have some pushbutton controls that are hyperlinked to *.jpg files. When the
buttons are each pushed, a warning message about the hyperlinks could be
harmful to my computer and data. How can I shut this off?
 
Application.Echo False :)
Actually, you need to set your Macro Security to Low. Tools, Macro, Security.
Note that if you are running on a network, the network security may override
this. I don't know if there is a way to turn that off.
 
Back
Top