K
Kees
I'm using a variable called "name" in my forms code
I want to use this variable also in my Modules code, I tryed several things.
I declared dim, I declared Private, I put the command "Public name As
String" under General declarations.
But when I try to use the variable "name" it want work.
So how can I declare a variable which I can use everywhere and where do I
declare it?
By the way i'm rather new in VBA (as you already know - ).
Kees
Kees
I want to use this variable also in my Modules code, I tryed several things.
I declared dim, I declared Private, I put the command "Public name As
String" under General declarations.
But when I try to use the variable "name" it want work.
So how can I declare a variable which I can use everywhere and where do I
declare it?
By the way i'm rather new in VBA (as you already know - ).
Kees
Kees