Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can you run code that exists in a worksheet module from a command in the
workbook module? Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For example:
Sheet1.MyMacro However, this is generally not advisable as worksheet and workbook macros should be related only to event procedures, as a matter of good programming practice. -- Vasant "keithb" wrote in message ... How can you run code that exists in a worksheet module from a command in the workbook module? Thanks, Keith |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
VB Code Location; sheet, workbook, module | Excel Programming | |||
Moved code from worksheet to module | Excel Programming | |||
Adding Code to the This_workbook module of a created workbook | Excel Programming | |||
Adding Code Module to Workbook | Excel Programming |