Use Declaration in another module without declare again

Q

qmailace

Hello my friends
How do i import some Declarations from another module? I use this
declarations in many modules but i dont want to refresh it 20 times if
i could do it only ones.

So i thought I could make the Declaration in one module and import it
by Application.Run but i was wrong. Does anybody now how to get this
declarations into another module?

Best regards
 
B

Bob Phillips

If you are referring to variables, just make them Public, then you can use
them directly.
 
Top