Use Declaration in another module without declare again

  • Thread starter Thread starter qmailace
  • Start date Start date
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
 
If you are referring to variables, just make them Public, then you can use
them directly.
 

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

Back
Top