If this is for you macro security can be set to low under
tools>macro>security (I wouldn't recommend it though). if not for you it is
up to the users, if they have it set to high it will not run at all
--
Regards,
Peo Sjoblom
"Dennis1188" <(E-Mail Removed)> wrote in message
news:AC2B533B-E807-47C3-A822-(E-Mail Removed)...
> That worked really well but is there a way to get rid of the "Macros
> contain
> viruses" notice option?
>
> "Barb Reinhardt" wrote:
>
>> You could put something like this into your "ThisWorkbook" module.
>> Access the module with Alt F11, select the "ThisWorkbook" module and past
>> this in
>>
>> Private Sub Workbook_Open()
>> MsgBox ("This is the message you want displayed")
>> End Sub
>>
>> --
>> HTH,
>> Barb Reinhardt
>>
>>
>>
>> "Dennis1188" wrote:
>>
>> > Is there a way to have a note display or pop-up each time a spreadsheet
>> > is
>> > opened?
|