Doesn't really matter. I tend to put APIs first, then private, then public
variables.
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Ed from AZ" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
|