mark hansen
Well-known Member
- Joined
- Mar 6, 2006
- Messages
- 534
- Office Version
- 2016
- Platform
- Windows
I have a basic question regarding modules. At a concept level, what are they? Are they inherently different code from the code I put under a button?
I cut my teeth with computers programming dBase II and we had programs call other programs when we needed the code to be used more than once. It saved lots of repetitive programming.
Is this what modules are for?
I have done lots of research on code that can e-mail and all of it, is in modules. I do most of my stuff in buttons to kick off the code. In one of my spreadsheets, I have the same long code put in two spots, under two buttons - for ease of use. I didn't want my users to scroll over to get to the single reset button. Could I have put the same code in a module and reference that code by the name of the module on two buttons?
I guess the basic question is code in a module inherently different from code used by a button?
Sorry for such a basic question concept question.
Mark
I cut my teeth with computers programming dBase II and we had programs call other programs when we needed the code to be used more than once. It saved lots of repetitive programming.
Is this what modules are for?
I have done lots of research on code that can e-mail and all of it, is in modules. I do most of my stuff in buttons to kick off the code. In one of my spreadsheets, I have the same long code put in two spots, under two buttons - for ease of use. I didn't want my users to scroll over to get to the single reset button. Could I have put the same code in a module and reference that code by the name of the module on two buttons?
I guess the basic question is code in a module inherently different from code used by a button?
Sorry for such a basic question concept question.
Mark