Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson has some stuff you'll want to read:
http://www.cpearson.com/excel/vbe.htm Dennis Hancy wrote: I think I have a similar situation. In part of my VBA, I create a new worksheet using the code: worksheets.add.move befo=Worksheets(1) What I need to do is add code to the Worksheet_Change event. Natually I can add this "manually" after the fact, but I'd like to add this code to the new worksheet as soon as it's created. Can this be done? Thanks. Dennis Hancy Eaton Corporation Cleveland, OH <<snipped -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
worksheet function in event macro | Excel Worksheet Functions | |||
macro apply to all worksheet | Excel Worksheet Functions | |||
Delete a Column when in a Macro-Worksheet Event? | Excel Worksheet Functions | |||
Event macro that targets specific worksheet | Excel Discussion (Misc queries) | |||
Not apply macro to every worksheet in activeworkbook | Setting up and Configuration of Excel |