Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can we write a vba code to enable macros. In most of the sites it says we cant do that . The only thing we can do is change the macro setting or work around is hide the sheet which has macros. But none of them will work in my case. Can we change an excel security setting to from macro on open so that macros are enabled. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No. If we can do that with code, then so could a hacker with bad intentions.
Mike F "varsha12" wrote in message ... Hi, Can we write a vba code to enable macros. In most of the sites it says we cant do that . The only thing we can do is change the macro setting or work around is hide the sheet which has macros. But none of them will work in my case. Can we change an excel security setting to from macro on open so that macros are enabled. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is a bit of the chicken and egg.
You can't run ANY macro unless it is enabled. Therefore, you can't change with vba the security setting to enable macros. Otherwise, the malevolent would have a field day !! -- If the post is helpful, please consider donating something to an animal charity on my behalf. "varsha12" wrote: Hi, Can we write a vba code to enable macros. In most of the sites it says we cant do that . The only thing we can do is change the macro setting or work around is hide the sheet which has macros. But none of them will work in my case. Can we change an excel security setting to from macro on open so that macros are enabled. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks.
"Mike Fogleman" wrote: No. If we can do that with code, then so could a hacker with bad intentions. Mike F "varsha12" wrote in message ... Hi, Can we write a vba code to enable macros. In most of the sites it says we cant do that . The only thing we can do is change the macro setting or work around is hide the sheet which has macros. But none of them will work in my case. Can we change an excel security setting to from macro on open so that macros are enabled. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enable Macros by Code | Excel Discussion (Misc queries) | |||
Enable macros - security settings are at "enable all macros" | Excel Programming | |||
VBA select default Don't Enable / Enable macros Setting | Excel Programming | |||
Code to Enable Macros | Excel Programming | |||
Disable/Enable Macros through code | Excel Programming |