View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Excel and Class, Function Structue for .NET

Leif,
Here's a comprehensive VB (although VBA is the same) example using most
aspects of classes and collections.
http://www.freevbcode.com/ShowCode.asp?ID=6887

NickHK

"Leif Rasmussen" wrote in message
...
Hi
I would very much like to start using CLASS in Excel VB. How do I write a
function like .NET's Structure.
I dont know how to start in a systematic way. I guess that programming

must
be something like
Public Class MyStyructure
Public FirstName as string
Public LastName as string
Public Age as integer
End Class
How to write code excatly (setups ?). Is there at textbokk that covers the
subject soo I can get startet in a desciplined way ? !!
Siensery Leif Rasmussen
without NET