public sub worksheet_change ever possible?

J

Jiheon.Yang

I don't mean it in the syntax way but conceptually can
worksheet_change be in public scope?
Instead of copying and pasting the same code for each sheet vba
coding, I was wondering if there's way to put worksheet_change in
thisworkbook and call the function from each sheet.

TIA,
Daniel
 
V

Vergel Adriano

Jiheon,

The workbook_sheetchange() event fires after the worksheet_change() event.
So you can probably tweak your worksheet_change code and make it work in the
workbook_sheetchange event...
 

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

Top