macro disabled permanently

  • Thread starter Thread starter Cagdas Ozgenc
  • Start date Start date
C

Cagdas Ozgenc

Greetings,

I interrupted a macro I wrote that went into infinite loop by hitting
ESC. I fixed the macro function which is tied to "Worksheet_Change".
Now it never gets triggered. I put break points in code; not executed
at all. I close/open excel and respond to security dialog as "enable
macros", still not working.

I don't know what happened but code never gets executed. I don't know
what happened.

Help appreciated,

Cagdas Ozgenc
 
Sounds like events have been disabled.

Type

Application.EnableEvents = True

in the VBIDE immediate window.

--
HTH

Bob Phillips

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top