ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   security level (https://www.excelbanter.com/excel-programming/372599-security-level.html)

Michael

security level
 
Is it possible to set security level using VBA ? I want to set security level
to medium on opening an Excel application

NickHK

security level
 
Michael,
No.
It would be pretty pointless if virus code could just force Security to low
and run undetected.

NickHK

"Michael" wrote in message
...
Is it possible to set security level using VBA ? I want to set security

level
to medium on opening an Excel application




Michael

security level
 
Thanks, I'm trying to address a problem - If a user opens the file without
enabling macros - it opens in design 'mode' (buttons and text boxes inactive)
- I'd rather it output a message & drop out if not enabled because it's
useless without them.

"NickHK" wrote:

Michael,
No.
It would be pretty pointless if virus code could just force Security to low
and run undetected.

NickHK

"Michael" wrote in message
...
Is it possible to set security level using VBA ? I want to set security

level
to medium on opening an Excel application





Bob Phillips

security level
 

The standard way to approach this is as follows.
- create a worksheet with a message on explaining that for this workbook to
run it needs macros enabled, maybe even a few screenshots
- hide all other worksheets
- add some code in the Workbook_Open event that un hides the other sheets,
but hides that sheet.

What happens is that if they do not enable macros, they will only see the
warning sheet, telling them how to do it. If they enable macros,it will
startup the workbook as it should be.


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Michael" wrote in message
...
Thanks, I'm trying to address a problem - If a user opens the file

without
enabling macros - it opens in design 'mode' (buttons and text boxes

inactive)
- I'd rather it output a message & drop out if not enabled because it's
useless without them.

"NickHK" wrote:

Michael,
No.
It would be pretty pointless if virus code could just force Security to

low
and run undetected.

NickHK

"Michael" wrote in message
...
Is it possible to set security level using VBA ? I want to set

security
level
to medium on opening an Excel application







Michael

security level
 
Thanks, I knew they would be a way to do it

"Bob Phillips" wrote:


The standard way to approach this is as follows.
- create a worksheet with a message on explaining that for this workbook to
run it needs macros enabled, maybe even a few screenshots
- hide all other worksheets
- add some code in the Workbook_Open event that un hides the other sheets,
but hides that sheet.

What happens is that if they do not enable macros, they will only see the
warning sheet, telling them how to do it. If they enable macros,it will
startup the workbook as it should be.


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Michael" wrote in message
...
Thanks, I'm trying to address a problem - If a user opens the file

without
enabling macros - it opens in design 'mode' (buttons and text boxes

inactive)
- I'd rather it output a message & drop out if not enabled because it's
useless without them.

"NickHK" wrote:

Michael,
No.
It would be pretty pointless if virus code could just force Security to

low
and run undetected.

NickHK

"Michael" wrote in message
...
Is it possible to set security level using VBA ? I want to set

security
level
to medium on opening an Excel application








All times are GMT +1. The time now is 08:35 PM.

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