View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Specify which method is default in custom class

Bing,

You mean property, I hope. There is no way to do it from within VBA, but
Chip Pearson posted this frig a while back http://tinyurl.com/4o36s

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bing" wrote in message
...
Hello again,

I have created my own class and was wondering the syntax on how to specify
which method is the default method?

Thanks again in advance for your response