View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Explanation please

It refers to the containing object, such as the Userform that the control
in question is part of, or the worksheet that an object is within

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mekinnik" wrote in message
...
For the life of me I cannot remember how the use of 'Me' works. If I use
me
like in the following line of code: 'Me.Cbxuse.Value' Does it refer to the
open worksheet or is it what it is attached to like a user form?