Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm quite new to VBA and if anyone can help it would be
great. is there a way to create a new module and insert code into it through the workbook_open code. something like: Private Sub Workbook_Open() create.module1 With module1.add "Sheets(2).Select" End With End Sub or alternatively a way to import a module from file and then run it through workbook_open |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
arrays - module to module | Excel Programming | |||
Variable from a sheet module in a class module in XL XP | Excel Programming | |||
Trying to create a custom "clear worksheet" function (in a VBA module) | Excel Programming |