Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know of a way to loop through a User-Defined type?
Here is what I am looking to do. Say I have this UDT... Public Type BigType a1 as String a2 as String a3 as String .... a50 as String End Type I'm populating a variable of this type through a database query where each item in the type aligns with a row in the query, so it is ideally arranged for a simple loop. Granted, I could arrange this as an array, but it is important to this particular application to have the UDT. I've looked into the VBA Extensibility, but it seems a little overkill to create a new sub on the fly to populate the UDF. My apologies if I am repeating a recent post, but I have not been able to find anything recent. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help: Compile error: type mismatch: array or user defined type expected | Excel Programming | |||
"User-defined type not defined" message in Excel | Excel Discussion (Misc queries) | |||
Workspace faux user-defined type not defined | Excel Programming | |||
User-defined data type; Error: Only User-defined types... | Excel Programming | |||
Word.Document - user defined type not defined | Excel Programming |