Microsoft
Software
Hardware
Network
Question : Difference between coding in module, sheet, or workbook window
What is the difference between placing code in a module window versus a worksheet or "ThisWorkbook"?
Answer : Difference between coding in module, sheet, or workbook window
General module code is not associated with any objects. UDFs and generic code should be placed there. Code specific to a worksheet or the workbook should be placed in the respective worksheet code module or workbook code module.
Kevin
Random Solutions
Convert to Primary Zone to Secondary zone
windows 2008 terminal servver web access over internet
Duplicate entries in Combo box
Compile Error in VBA Access
Should the == operator ignore collation or not?
Drop Table
How do I get the time in HH:MM:SS format into a text file?
Code retriving duplicated numbers.
sumproduct formula help
Using "Select * INTO" and original table field captions carryover.