Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel macro security

I´m developing an Excel application that will be used by hundreds of users
from Excel 97 to 2007. I´d appreciate some help in 2 issues. If someone could
indicate an technical document/site/forum, it would be great.

1) how to manage macro enabling issues for non advanced users. Most of them
can´t run the macros for security reasons and don´t know how to change macro
security levels, etc.

2) is it better to generate an application for each Excel version and
instruct the user to install the corresponding file of his/her version or
only one application of Excel 97 that is going to run in every case?

Thanks

Ed
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 360
Default Excel macro security

Ed -

If someone could
indicate an technical document/site/forum, it would be great.


afaik, this is about the best group if you're developing Excel apps

1) how to manage macro enabling issues for non advanced users. Most of them
can´t run the macros for security reasons and don´t know how to change macro
security levels, etc.


A common approach is to set up a sheet with instructions on enabling
macros and explaining that macros have to be enabled for the file to
function. Hide all the other sheets and use code on file open to
unhide the ones required to run your app. If macros aren't enabled,
all the user(s) will see is the sheet with the enable instructions.

2) is it better to generate an application for each Excel version and
instruct the user to install the corresponding file of his/her version or
only one application of Excel 97 that is going to run in every case?


Since your users are "non-advanced" it's probably best to deal with
version differences in your code - although you may want to do it in
one file rather than multiple. (if I understand your question) Check
out Ron DeBruins site - he has some good examples of dealing with
version differences.
http://www.rondebruin.nl/

Cliff Edwards
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel macro security

Cliff

thanks for your quick reply. Your tips were very useful and I found some
good examples from Ron DeBruins site too.

Ed






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
EXCEL 2007 Macro Security Being Ignored Libby H Excel Discussion (Misc queries) 5 June 5th 09 09:01 PM
Avoid Outlook macro security for Excel bades macro blackbox via OfficeKB.com Excel Programming 4 June 15th 07 08:51 AM
Excel Macro Security [email protected] Excel Programming 2 May 1st 07 03:00 PM
Macro needed to set macro security in Excel to minimum Carl Excel Programming 3 March 18th 06 03:36 PM
Excel XP XML macro security warning steve Excel Programming 2 February 6th 04 01:41 PM


All times are GMT +1. The time now is 10:04 AM.

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"