Excel::VBA - How to reset the 'OnXXX' macros for worksheets -


i have old workbook (made years ago) few worksheets in it. when open workbook, excel complains messages 'cannot find activateworksheet', 'cannot find deactivateworksheet'.
there no event handlers in code. want avoid getting these messages excel not find how reset them. checked onsheetactivate, onsheetdeactivate etc properties see if macro assigned found them empty.

is there other place can check , remove these handlers?

it might related addins - have necessary addins installed?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -