Oorang
Well-known Member
- Joined
- Mar 4, 2005
- Messages
- 2,071
Whilst we wait on the inestimable NateO, I would throw one more out there. Learn to use the Enum feature if you are building functions/subs that will be a lot later, it saves a ton of time to have the intellisense prefil for you.
Also put as a little of you Excel VBA code in non-private functions as possible usless you plan on it showing up in the "user-defined functions" of the formula wizard.
In that same vein, plan on any non-private sub showing up on the "run-macro" list.
Also put as a little of you Excel VBA code in non-private functions as possible usless you plan on it showing up in the "user-defined functions" of the formula wizard.
In that same vein, plan on any non-private sub showing up on the "run-macro" list.