View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
adewole adewole is offline
external usenet poster
 
Posts: 6
Default Passing arguments to Class Initializer

Hi there

I wonder if it's possible to have arguments in the Initialize Event, of a
Class. If so, how do I instantiate the Class and pass the argument/s
simultaneously, as is possible with vb.net.

Thanks
H