Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Where are you declaring the array of type stock?
The same rules that apply to defining an array of a basic data type apply to a constructed data type. Remember that an array of type Integer would be declared as Dim X(0 to 10) as Integer So, an array of type Stock would be declared as... -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article , says... hi, here is my problem - I would like to combine a class modules and an array ??? here is my code example class module stock public datum as date public close as double my module dim xx as new stock for =1 to 20 xx(i).date="21/02/2005" xx(i).close="102" next i Where is my error ??? TIA Best Regards Ciao Martin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Basic question - modules and class modules - what's the difference? | Excel Programming | |||
Class Modules | Excel Programming | |||
Class modules | Excel Programming | |||
Class Modules vs Modules | Excel Programming | |||
Class Modules | Excel Programming |