View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ryguy7272 ryguy7272 is offline
external usenet poster
 
Posts: 2,836
Default how do I get rid of that "security warning" at top of Exel sheet

Not a whole lot to go on here, so I'm going to make a guess...as far as I
know, you need code to do what you want to do:

Sub Macro1()
Application.DisplayAlerts = False
'etc., etc., etc., etc., etc.,
Application.DisplayAlerts = True
End Sub


Regards,
Ryan---
--
RyGuy


"Gerald" wrote:

how do I get stop that "security warning" ribbon at top of Exel sheet from
appearing every time I open Excel? I have tried to see if there is something
that I need to do but can't find it.

Vista, Office 2007, IE, WinMail