Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet with a hyperlink to a program outside Excel. This is
working fine at this point with one exception. Every time you click on the link Excel puts up a message box stating the following: €œSome files can contain viruses or otherwise be harmful to your computer. It is important to be certain that this file is from a trustworthy source. Would you like to open this file?€ This is really irritating , as it pops up every time. How can I stop it popping up? I looked on the net and somebody suggested this might work : Private Sub Workbook_BeforeClose(Cancel As Boolean) Application.DisplayAlerts = True End Sub Private Sub Workbook_Open() Application.DisplayAlerts = False End Sub The problem is that i would have no idea where to place this , or enact it , in Excel. Can someone help? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I stop the EULA message appearing every time I start Excel? | Excel Discussion (Misc queries) | |||
excel links popup message - very annoying | Excel Discussion (Misc queries) | |||
How to stop message popping up before open the excel? | Excel Discussion (Misc queries) | |||
Can I avoid annoying Update Links message | Excel Discussion (Misc queries) | |||
How do I stop other circles in other boxes to stop selecting? | Excel Worksheet Functions |