View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default VBA and Constructors; exist?

for a class, I think the initialize event is considered the constructor:

Private Sub Class_Initialize()

End Sub

--
Regards,
Tom Ogilvy


"McManCSU" wrote in
message ...

Do constructors exist in VBA? All I have seen are static typed
variables for the object's variables. For example, if you use the new
statement, does it just create an object and you have to initialize its
fields, or does it look for a constructor?

Also, for the class module, do you need to export the code to use be
able to save it as the correct object name, say "person.cls"?


--
McManCSU
------------------------------------------------------------------------
McManCSU's Profile:

http://www.excelforum.com/member.php...o&userid=24379
View this thread: http://www.excelforum.com/showthread...hreadid=391781