Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Quicker way to enable macros?

We use Excel 2010 and the majority of our programs are
"macro enabled" files. This means that each new user on our
network must manually enable macros by going into Excel's
"Trust Center-Macro Settings" section and check off
"Enable all macros", etc...

To be honest, setting up the macro settings in Excel is very
easy for myself. But... I'm curious if there's a faster way to
automatically enable macros so users can skip the step of
enabling macros.

Are there alternative (or faster ways) to enable Excel
macros??

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Quicker way to enable macros?

We use Excel 2010 and the majority of our programs are
"macro enabled" files. This means that each new user on our
network must manually enable macros by going into Excel's
"Trust Center-Macro Settings" section and check off
"Enable all macros", etc...

To be honest, setting up the macro settings in Excel is very
easy for myself. But... I'm curious if there's a faster way to
automatically enable macros so users can skip the step of
enabling macros.

Are there alternative (or faster ways) to enable Excel
macros??

Thanks.


There's not really any way to access macro security other than through
the UI dialog[s]. I use VB6 automation for most of my stuff because
macro security is turned off and addins are not installed. AFAIK,
manual setting is the only way!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Quicker way to enable macros?

Robert Crandal wrote:
We use Excel 2010 and the majority of our programs are
"macro enabled" files. This means that each new user on our
network must manually enable macros by going into Excel's
"Trust Center-Macro Settings" section and check off
"Enable all macros", etc...

To be honest, setting up the macro settings in Excel is very
easy for myself. But... I'm curious if there's a faster way to
automatically enable macros so users can skip the step of
enabling macros.

Are there alternative (or faster ways) to enable Excel
macros??

Thanks.




Check if it can be modified by GPO

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Quicker way to enable macros?

If you put your code in add-ins and then set the add-ins to auto-load (File, Options, Add-ins, GO button beside "Manage Excel Add-in", then the user doesn't need to worry about enabling macros. And, by separating your code from your data workbooks, you can update the code without worrying about the data. And with macros workbooks, you can easily add custom tabs to the ribbon for ease of access.

Robert Flanagan
Add-ins.com LLC
144 Dewberry Drive
Hockessin, Delaware, U.S. 19707

Phone: 302-234-9857, fax 302-234-9859
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enable macros - security settings are at "enable all macros" Vie Excel Programming 1 September 29th 08 03:17 PM
choose default macros Not Enabled / Macros Enable Setting BEEJAY Excel Programming 2 June 30th 06 01:07 PM
VBA select default Don't Enable / Enable macros Setting BEEJAY Excel Programming 1 June 29th 06 08:45 PM
macros enable myfanwy New Users to Excel 2 February 6th 05 10:01 PM
Suppress the Disable Macros / Enable Macros Dialog Shoji Karai Excel Programming 5 September 24th 03 03:10 AM


All times are GMT +1. The time now is 11:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"