PC Review


Reply
Thread Tools Rate Thread

Add-in security

 
 
cht13er
Guest
Posts: n/a
 
      6th Mar 2008
First off, thanks to Jon Peltierfor the super easy-to-follow code
here: http://peltiertech.com/Excel/menus.html ... I use it in an add-
in to call up two tools - a specialized text formatting tool and a
"find and highlight duplicates" tool.

Here's my question - every time I start up excel and go to use my
tools, the little "do you want to enable macros" box pops up.

Does anyone know how to get around this?

Thanks a lot!
 
Reply With Quote
 
 
 
 
Tom Hutchins
Guest
Posts: n/a
 
      6th Mar 2008
Change your macro security setting to Low. Tools >> Macro >> Security >> Low
(on the Security Level tab) >> OK

Hope this helps,

Hutch

"cht13er" wrote:

> First off, thanks to Jon Peltierfor the super easy-to-follow code
> here: http://peltiertech.com/Excel/menus.html ... I use it in an add-
> in to call up two tools - a specialized text formatting tool and a
> "find and highlight duplicates" tool.
>
> Here's my question - every time I start up excel and go to use my
> tools, the little "do you want to enable macros" box pops up.
>
> Does anyone know how to get around this?
>
> Thanks a lot!
>

 
Reply With Quote
 
Ron Coderre
Guest
Posts: n/a
 
      6th Mar 2008
Please be aware that if you set your security settings to "Low", that
setting will apply to ALL Excel files. You will NEVER be prompted to allow
macros....they will simply load without your explicit consent. If there are
malicious macros in the file, they will load...engage...and do their damage.

Personally, I'd rather get the occassional prompt and know that only files I
trust will be allowed to run macros.

--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Tom Hutchins" <(E-Mail Removed)> wrote in message
news:35092DBF-04A2-4EDE-BC5B-(E-Mail Removed)...
> Change your macro security setting to Low. Tools >> Macro >> Security >>
> Low
> (on the Security Level tab) >> OK
>
> Hope this helps,
>
> Hutch
>
> "cht13er" wrote:
>
>> First off, thanks to Jon Peltierfor the super easy-to-follow code
>> here: http://peltiertech.com/Excel/menus.html ... I use it in an add-
>> in to call up two tools - a specialized text formatting tool and a
>> "find and highlight duplicates" tool.
>>
>> Here's my question - every time I start up excel and go to use my
>> tools, the little "do you want to enable macros" box pops up.
>>
>> Does anyone know how to get around this?
>>
>> Thanks a lot!
>>



 
Reply With Quote
 
cht13er
Guest
Posts: n/a
 
      6th Mar 2008
Tom, like Ron points out, I don't want to turn macro security off ...
I am just wondering if there's a way that I can tell Excel that add-
ins stored in /application data/microsoft/addins are OK and that I
don't need a pop-up to allow those....

Chris

On Mar 6, 3:23*pm, "Ron Coderre" <roncode...@bigfoot.com> wrote:
> Please be aware that if you set your security settings to "Low", that
> setting will apply to ALL Excel files. *You will NEVER be prompted to allow
> macros....they will simply load without your explicit consent. *If thereare
> malicious macros in the file, they will load...engage...and do their damage.
>
> Personally, I'd rather get the occassional prompt and know that only filesI
> trust will be allowed to run macros.
>
> --------------------------
>
> Regards,
>
> Ron
> Microsoft MVP (Excel)
> (XL2003, Win XP)
>
> "Tom Hutchins" <TomHutch...@discussions.microsoft.com> wrote in message
>
> news:35092DBF-04A2-4EDE-BC5B-(E-Mail Removed)...
>
>
>
> > Change your macro security setting to Low. Tools >> Macro >> Security >>
> > Low
> > (on the Security Level tab) >> OK

>
> > Hope this helps,

>
> > Hutch

>
> > "cht13er" wrote:

>
> >> First off, thanks to Jon Peltierfor the super easy-to-follow code
> >> here:http://peltiertech.com/Excel/menus.html... I use it in an add-
> >> in to call up two tools - a specialized text formatting tool and a
> >> "find and highlight duplicates" tool.

>
> >> Here's my question - every time I start up excel and go to use my
> >> tools, the little "do you want to enable macros" box pops up.

>
> >> Does anyone know how to get around this?

>
> >> Thanks a lot!- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      7th Mar 2008
If the file is in fact an add-in, you can install it (Tools menu > Add-ins >
Browse etc.), and then it will not bother you again. The act of installing
it counts as approving it every time Excel starts, for as long as it's still
approved.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"cht13er" <(E-Mail Removed)> wrote in message
news:c28d0247-9440-4933-9afd-(E-Mail Removed)...
Tom, like Ron points out, I don't want to turn macro security off ...
I am just wondering if there's a way that I can tell Excel that add-
ins stored in /application data/microsoft/addins are OK and that I
don't need a pop-up to allow those....

Chris

On Mar 6, 3:23 pm, "Ron Coderre" <roncode...@bigfoot.com> wrote:
> Please be aware that if you set your security settings to "Low", that
> setting will apply to ALL Excel files. You will NEVER be prompted to allow
> macros....they will simply load without your explicit consent. If there
> are
> malicious macros in the file, they will load...engage...and do their
> damage.
>
> Personally, I'd rather get the occassional prompt and know that only files
> I
> trust will be allowed to run macros.
>
> --------------------------
>
> Regards,
>
> Ron
> Microsoft MVP (Excel)
> (XL2003, Win XP)
>
> "Tom Hutchins" <TomHutch...@discussions.microsoft.com> wrote in message
>
> news:35092DBF-04A2-4EDE-BC5B-(E-Mail Removed)...
>
>
>
> > Change your macro security setting to Low. Tools >> Macro >> Security >>
> > Low
> > (on the Security Level tab) >> OK

>
> > Hope this helps,

>
> > Hutch

>
> > "cht13er" wrote:

>
> >> First off, thanks to Jon Peltierfor the super easy-to-follow code
> >> here:http://peltiertech.com/Excel/menus.html... I use it in an add-
> >> in to call up two tools - a specialized text formatting tool and a
> >> "find and highlight duplicates" tool.

>
> >> Here's my question - every time I start up excel and go to use my
> >> tools, the little "do you want to enable macros" box pops up.

>
> >> Does anyone know how to get around this?

>
> >> Thanks a lot!- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
cht13er
Guest
Posts: n/a
 
      7th Mar 2008
AHA! Thanks, that's what I was looking for!!! Now I owe you x2 :-)

Chris

On Mar 7, 12:25*am, "Jon Peltier" <jonxlmv...@SPAMpeltiertech.com>
wrote:
> If the file is in fact an add-in, you can install it (Tools menu > Add-ins>
> Browse etc.), and then it will not bother you again. The act of installing
> it counts as approving it every time Excel starts, for as long as it's still
> approved.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Tutorials and Custom Solutions
> Peltier Technical Services, Inc. -http://PeltierTech.com
> _______
>
> "cht13er" <cht1...@gmail.com> wrote in message
>
> news:c28d0247-9440-4933-9afd-(E-Mail Removed)...
> Tom, like Ron points out, I don't want to turn macro security off ...
> I am just wondering if there's a way that I can tell Excel that add-
> ins stored in /application data/microsoft/addins are OK and that I
> don't need a pop-up to allow those....
>
> Chris
>
> On Mar 6, 3:23 pm, "Ron Coderre" <roncode...@bigfoot.com> wrote:
>
>
>
> > Please be aware that if you set your security settings to "Low", that
> > setting will apply to ALL Excel files. You will NEVER be prompted to allow
> > macros....they will simply load without your explicit consent. If there
> > are
> > malicious macros in the file, they will load...engage...and do their
> > damage.

>
> > Personally, I'd rather get the occassional prompt and know that only files
> > I
> > trust will be allowed to run macros.

>
> > --------------------------

>
> > Regards,

>
> > Ron
> > Microsoft MVP (Excel)
> > (XL2003, Win XP)

>
> > "Tom Hutchins" <TomHutch...@discussions.microsoft.com> wrote in message

>
> >news:35092DBF-04A2-4EDE-BC5B-(E-Mail Removed)...

>
> > > Change your macro security setting to Low. Tools >> Macro >> Security >>
> > > Low
> > > (on the Security Level tab) >> OK

>
> > > Hope this helps,

>
> > > Hutch

>
> > > "cht13er" wrote:

>
> > >> First off, thanks to Jon Peltierfor the super easy-to-follow code
> > >> here:http://peltiertech.com/Excel/menus.html... I use it in an add-
> > >> in to call up two tools - a specialized text formatting tool and a
> > >> "find and highlight duplicates" tool.

>
> > >> Here's my question - every time I start up excel and go to use my
> > >> tools, the little "do you want to enable macros" box pops up.

>
> > >> Does anyone know how to get around this?

>
> > >> Thanks a lot!- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
About Application Security(Code Access Security). It dosn't show correct output Tony Johansson Microsoft C# .NET 3 14th Apr 2010 03:44 PM
Errors in File Security settings in Windows XP Security guide security template? arthg@hotmail.com Windows XP Security 1 25th Jan 2006 01:06 AM
Problems with Updates in Trend Micro Internet Security and Windows Security Alerts JEG Windows XP General 7 11th Dec 2004 05:29 PM
Problems with Updates in Trend Micro Internet Security and Windows Security Alerts JEG Windows XP Performance 5 1st Nov 2004 06:47 PM
Problems with Updates in Trend Micro Internet Security and Windows Security Alerts JEG Anti-Virus 0 1st Nov 2004 03:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:38 AM.