LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default redim of a double dynamic field

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inadvertently scrolling when double clicking a field. scooterbaga Excel Discussion (Misc queries) 3 June 19th 08 06:33 PM
Double "calculated field' for Pivot Table mmb Excel Discussion (Misc queries) 1 April 16th 07 04:52 PM
Double clicking Field does not work anymore in Pivot Table... AK Excel Discussion (Misc queries) 3 January 2nd 07 09:45 PM
export .CSV with field containing double quotes? William DeLeo Excel Discussion (Misc queries) 5 April 5th 06 06:08 PM
dynamic, double vlookup, match, index, dget?? different workbooks Leslie Excel Worksheet Functions 11 June 27th 05 09:45 PM


All times are GMT +1. The time now is 08:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"