Definitions

N

Nick

Can anyone please help. I am currently writing a user guide for my company on
how to update my program that I have designed. I need to no the definitions
of the following

"Option Private Module"
"Dim"
"MyStr"
"String"
"strPassword"

Thanks
 
B

Bob Phillips

Have you looked in Help. I just looked at the first two, and they seemed
pretty good to me.

BTW you won't find strPassword, as that looks like a variable, so only you
guys will know what that is. We could make a good guess but we might miss
some important part.
 
Top