Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Generally speaking the Sheet and thisWorkbook modules are for event code related to a specific sheet or thisWorkbook object. When you are in one of these modules you will notice that you can choose Worksheet or Workbook from the top left "object" drop down and then a "procedure" from the top right dropdown. All code associate with these procedures are places in these modules. In addition ActiveX control have their code here. The "procedures" found in these modules only work if they are located here, although they can call code in other modules. Code can also be placed in Form objects and Class modules as well. Other code is usually placed in the general modules, but that is not a requirement in all cases. -- If this helps, please click the Yes button Cheers, Shane Devenshire "FARAZ QURESHI" wrote: Some times some of the macro and code pieces are advised to be placed at the worksheet code level and sometimes a separate module operates well. What is the difference between both and how to identify the same? -- Best Regards, FARAZ A. QURESHI |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding area codes only to phone numbers missing an area code | Excel Discussion (Misc queries) | |||
Macro to import modules into a worksheet | Excel Discussion (Misc queries) | |||
Delete Code Modules Programatically | Excel Discussion (Misc queries) | |||
Wherre best to place code | New Users to Excel | |||
Linking worksheet event codes | Excel Worksheet Functions |