Thread
:
Defining a Dyanmic Array in User Defined Type
View Single Post
#
1
Posted to microsoft.public.excel.programming
ck
external usenet poster
Posts: 52
Defining a Dyanmic Array in User Defined Type
How would you define a dynamic array in a UDT? For instance, how could I do
something like:
Type InventoryList
nItems As Long
inventory(1 to nItems) As Long
End Type
Cheers.
Reply With Quote
ck
View Public Profile
Find all posts by ck