Turn Off Macro Warning

  • Thread starter Thread starter Tiziano
  • Start date Start date
T

Tiziano

I wrote a small macro for a worksheet. Every time I load the
workbook into memory --there is only one worksheet in it-- a
window pops up asking me whether or not I want to run the macro.
Is it possible to turn off the macro warning window for a specific
workbook (or worksheet) with some VBA line of code? How?
 
Nope. It depends on the Macro Security Level the user has set.
Ofcourse this cannot be set with code..
it would defeat it's purpose wouldn't it..



--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Tiziano wrote :
 
In Excel 2000, goto "Tools", "Macros", "Security" and set
to "Low".

In Excel XP Pro, goto "Tolls", "Options", "Security".
 
keepITcool said:
Nope. It depends on the Macro Security Level the user has set.
Ofcourse this cannot be set with code..
it would defeat it's purpose wouldn't it..

Get a digital signature.
You could use something expensive like from Verisign, or if it's just
for personal use, locate selfcert.exe on the Office installation cd and
search the Excel help for more info. It's in there, really!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top