View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Object Module Constants Scope

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)

"griff" wrote in message
...

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.