View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Excel equivalent of a "this" pointer...

Me refers to the worksheet class, the userform class, the ThisWorkbook
class, so may be what you want.

--
---
HTH

Bob


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



"Dave" wrote in message
...
I'm sure this has been posted before, but searching the group for
instances of "this" has proven to be a daunting task. :-) Do any of
you know if there is the equivalent of a "this" pointer in a VBA
class? That is, a reference to the current instance of a class?

Thanks!
Dave