Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have made double dynamic custom data type:
t().b() How can I redim ALL the fields b in once as in the following cod (without using a loop): Public Type ttype a As Integer b() As Variant End Type Public Sub test() Dim t() As ttype ReDim t(10) ReDim t(ALL FIELDS 0-10).b(5) As Variant End Sub Thanks, Jurry -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inadvertently scrolling when double clicking a field. | Excel Discussion (Misc queries) | |||
Double "calculated field' for Pivot Table | Excel Discussion (Misc queries) | |||
Double clicking Field does not work anymore in Pivot Table... | Excel Discussion (Misc queries) | |||
export .CSV with field containing double quotes? | Excel Discussion (Misc queries) | |||
dynamic, double vlookup, match, index, dget?? different workbooks | Excel Worksheet Functions |