| Author |
Message |
Mark Dubbelaar
Guest
|
Posted:
Wed Mar 16, 2005 10:03 am Post subject:
'Me' as an object |
|
|
hi
i have a quick question...
when i use the 'Unload Me', is 'Me' the current userform or the current
project???
thanks in advance
cheers
Mark
|
|
| Back to top |
|
 |
Mark Dubbelaar
Guest
|
Posted:
Wed Mar 16, 2005 10:03 am Post subject:
Re: 'Me' as an object |
|
|
thanks
"Frank Oquendo" <foquendo@gmail.com> wrote in message
news:4237c903$1_2@newsprd01...
| Quote: | Mark Dubbelaar wrote:
hi
i have a quick question...
when i use the 'Unload Me', is 'Me' the current userform or the current
project???
"Me" refers to the object calling the code, much like C#'s "this" keyword.
In your case, that'd be the UserForm but that's not the only thing it can
refer to. An object instantiated from a class module can also refer to
itself as Me. |
|
|
| Back to top |
|
 |
Frank Oquendo
Guest
|
Posted:
Wed Mar 16, 2005 10:03 am Post subject:
Re: 'Me' as an object |
|
|
Mark Dubbelaar wrote:
| Quote: | hi
i have a quick question...
when i use the 'Unload Me', is 'Me' the current userform or the current
project???
|
"Me" refers to the object calling the code, much like C#'s "this"
keyword. In your case, that'd be the UserForm but that's not the only
thing it can refer to. An object instantiated from a class module can
also refer to itself as Me.
|
|
| Back to top |
|
 |
|
|
|
|