D
Don
What is the best way to handle constants in VBA. For example in C a #define
statement could be used to define a department name and then it could be
used through out the code. The benefit being that it is hard coded in only
one place and can be changed relatively easily.
Any suggestions would be appreciated!
Thanks!
Don
statement could be used to define a department name and then it could be
used through out the code. The benefit being that it is hard coded in only
one place and can be changed relatively easily.
Any suggestions would be appreciated!
Thanks!
Don