Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
At the top of my module, I have
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) I want to Dim some variables that will be used by several subs in this module. Do I put them above the Private for the Sleep, or between this and my first Sub? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declare and Set Public variables | Excel Discussion (Misc queries) | |||
Declare a class module in General Declarations | Excel Programming | |||
Declare at application level | Excel Programming | |||
use of module level variables | Excel Programming | |||
how to declare a class module | Excel Programming |