Where Macros Are Located
I've noticed in VBE that there are a number of locations where macros may be
created and executed:
1. Each sheet can contain macros
2. There is something called ThisWorkbook
3. There can be a number of modules
Does it make any difference where I put my code?
|