ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Force Acceptance of Macros (https://www.excelbanter.com/excel-programming/283939-force-acceptance-macros.html)

mot60

Force Acceptance of Macros
 
Is there a way to allow macros automatically when opening a workbook using
code in the WorkBook_Open section?



Vasant Nanavati

Force Acceptance of Macros
 
No, otherwise what would be the point of allowing the user to set the
security level?

--

Vasant


"mot60" wrote in message
...
Is there a way to allow macros automatically when opening a workbook using
code in the WorkBook_Open section?





mot60

Force Acceptance of Macros
 
How do you ensure that the user allows macros when a workbook is opened? If
macros aren't allowed, then functionality is lost.

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
No, otherwise what would be the point of allowing the user to set the
security level?

--

Vasant


"mot60" wrote in message
...
Is there a way to allow macros automatically when opening a workbook

using
code in the WorkBook_Open section?







Vasant Nanavati

Force Acceptance of Macros
 
Unfortunately, you can't, without using some kind of digital signature. Even
then, the user has to accept you as a trusted source.

http://support.microsoft.com/default...;en-us;Q288985

--

Vasant

"mot60" wrote in message
...
How do you ensure that the user allows macros when a workbook is opened?

If
macros aren't allowed, then functionality is lost.

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
No, otherwise what would be the point of allowing the user to set the
security level?

--

Vasant


"mot60" wrote in message
...
Is there a way to allow macros automatically when opening a workbook

using
code in the WorkBook_Open section?









Dave Peterson[_3_]

Force Acceptance of Macros
 
Two common suggestions a

Save your workbook with one worksheet visible. It should have "Can't use
without macros" emblazoned across the screen.

Then have an auto_open macro (or workbook_open event) hide this sheet and unhide
the real ones.

If the user doesn't allow macros, they don't see the other sheets. If they do
allow macros, your code will hide the warning sheet and show the real ones.

The second suggestion is to use a dummy workbook that only has one purpose--to
open up the real workbook.

If the dummy workbook is opened with macros disabled, then it can't open the
real one.

If macros are enabled, it can open the real one (with macros enabled) and then
just close itself to get out of the way.



mot60 wrote:

How do you ensure that the user allows macros when a workbook is opened? If
macros aren't allowed, then functionality is lost.

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
No, otherwise what would be the point of allowing the user to set the
security level?

--

Vasant


"mot60" wrote in message
...
Is there a way to allow macros automatically when opening a workbook

using
code in the WorkBook_Open section?





--

Dave Peterson


mot60

Force Acceptance of Macros
 
Thanks for the info. I have used the sheets idea.
"Dave Peterson" wrote in message
...
Two common suggestions a

Save your workbook with one worksheet visible. It should have "Can't use
without macros" emblazoned across the screen.

Then have an auto_open macro (or workbook_open event) hide this sheet and

unhide
the real ones.

If the user doesn't allow macros, they don't see the other sheets. If

they do
allow macros, your code will hide the warning sheet and show the real

ones.

The second suggestion is to use a dummy workbook that only has one

purpose--to
open up the real workbook.

If the dummy workbook is opened with macros disabled, then it can't open

the
real one.

If macros are enabled, it can open the real one (with macros enabled) and

then
just close itself to get out of the way.



mot60 wrote:

How do you ensure that the user allows macros when a workbook is opened?

If
macros aren't allowed, then functionality is lost.

"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
No, otherwise what would be the point of allowing the user to set the
security level?

--

Vasant


"mot60" wrote in message
...
Is there a way to allow macros automatically when opening a workbook

using
code in the WorkBook_Open section?





--

Dave Peterson





All times are GMT +1. The time now is 11:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com