View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
WhytheQ WhytheQ is offline
external usenet poster
 
Posts: 246
Default Option Base 1 in class module

On 15 Apr, 10:57, "Peter T" <peter_t@discussions wrote:
Sure, why, did you get something different when you tested it.

Of course LBound of some resultant arrays is always zero irrespective of
Option Base, Split for example.

Regards,
Peter T

"WhytheQ" wrote in message

...



Good Morning,


Quick question: Does Option Base 1 work within a class module?


Regards
JasonQ.- Hide quoted text -


- Show quoted text -


Thanks Peter.
Didn't realise that the scope of Option Base 1 was only modular.

Are you able to help with a different query I have about class
modules:

http://groups.google.com/group/micro...e463980a4bed23

Should I wrap it up in an add-in? or is there an easier way for
several workbooks to reference a common class ?

Jason.