Object Module Constants Scope

G

griff

I hope my terminology is correct:

I have some object modules (button clicks) in which I want to some
project wide constants - which will be used in many places.

What is the suggested tidy way to do this without declaring the
constants twice in the object module and code module.
 
B

Bob Phillips

Declare them as Public variables in a standard code module.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top