Global module

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

Hi all
I need to define:
Public RunWhen As Double
and Public Const cRunIntervalSeconds = 120 ' 2 minutes
in a Global module. How is that done? Could not find any
info in the help.
Many thanks
Al
 
Open the Work Book.
Press Alt + F11.
This will open your Visual Basic Editor.
Click Insert - Module
Write the code in the Code Window.
 
Back
Top