View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Passing arguments to Class Initializer

It is not possible to create an alternate Initialize method that takes
arguments. You initialize the class and then call another method to sent it
information.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"adewole" wrote in message
...
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