Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several macros that need to be run on each new sheet created.
Maybe I'm thinking too simple, but tried this and not working.... Private Sub Workbook_NewSheet(ByVal sh As Object) Application.Run "apples" Application.Run "oranges" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to reject user operation on the application I created | Excel Programming | |||
Excell Problem when opening file created in another application!! | Excel Discussion (Misc queries) | |||
Defining sheets to be created | Excel Programming | |||
in VBA Sheets("mysheet").Copy Befo=Sheets(1) how do i get a reference to the newly created copy of this sheet? | Excel Worksheet Functions | |||
Open file in the application that created it | Excel Programming |