ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   When workbook is reopened, macros are disabled (https://www.excelbanter.com/excel-programming/321677-when-workbook-reopened-macros-disabled.html)

Marjie

When workbook is reopened, macros are disabled
 
I have just created a macro in an excel workbook. I recorded the macro, named
it, was able to edit it and run it. However, when I close the workbook and
then open it again, my macro has become disabled. I get an error message
which says:
The macros in this project are disabled. Please refer to the online help of
the host application to determine how to enable macros. I am concerned that
I caused a problem as I was trying to create an open event macro. I created
a macro that I called Workbook_Open. Would this be why I am having problems.
I started over with a new workbook, but I'm getting the same problems.

JulieD

When workbook is reopened, macros are disabled
 
Hi Marjie

this is because by default security settings in ver 2002 and 2003 are set to
high (or very high). so unless you change the security settings you can
create and test macros, but when you close and then reopen the workbook you
can't use them any more.

to change the security settings, choose tools / macros / security and set it
to medium. now upon opening a workbook with macros you will be prompted as
to whether or not you want to enable or disable them. If you know who the
book came from and you're happy for macros to run choose enable, otherwise
choose disable.

hope this helps
Cheers
JulieD

"Marjie" wrote in message
...
I have just created a macro in an excel workbook. I recorded the macro,
named
it, was able to edit it and run it. However, when I close the workbook
and
then open it again, my macro has become disabled. I get an error message
which says:
The macros in this project are disabled. Please refer to the online help
of
the host application to determine how to enable macros. I am concerned
that
I caused a problem as I was trying to create an open event macro. I
created
a macro that I called Workbook_Open. Would this be why I am having
problems.
I started over with a new workbook, but I'm getting the same problems.




Craig Freeman

When workbook is reopened, macros are disabled
 
Marjie,

It's probably your security settings are set to high.

Assuming XL2000, select tools - marco - security - medium
Cheers,
Craig Freeman


Tom Ogilvy

When workbook is reopened, macros are disabled
 
Sounds like you security is set to High in Tools=Macro=Security
'
Set it to medium.

Generally you don't call a workbook_open event. You define the event in the
ThisWorkbook Module of the workbook and the action of opening the workbook
causes it to fire.

http://www.cpearson.com/excel/events.htm
Chip Pearson's page on event.s

--
Regards,
Tom Ogilvy

"Marjie" wrote in message
...
I have just created a macro in an excel workbook. I recorded the macro,

named
it, was able to edit it and run it. However, when I close the workbook

and
then open it again, my macro has become disabled. I get an error message
which says:
The macros in this project are disabled. Please refer to the online help

of
the host application to determine how to enable macros. I am concerned

that
I caused a problem as I was trying to create an open event macro. I

created
a macro that I called Workbook_Open. Would this be why I am having

problems.
I started over with a new workbook, but I'm getting the same problems.





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

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