Global module

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
 
M

Marin Kostov

Open the Work Book.
Press Alt + F11.
This will open your Visual Basic Editor.
Click Insert - Module
Write the code in the Code Window.
 
Top