roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
I can't seem to find this anywhere, but, let's say I have an array that looks like Timeline(1 to 100, 1 to 3) where the first dimension are dates and the second dimension are strings.
I'm finding that if I look at the contents of "Timeline" in the watch window some show as dates and others shows as numbers (i.e. 40667.xxxx). I'm thinking if I declare the first dimension as type Date then maybe they'll all look like dates (important for debugging purposes).
Is this true? If so, how do I declare an array with different variable types. Note that I'll use "ReDim preserve" on this array at least once (if that matters).
Thanks!
I'm finding that if I look at the contents of "Timeline" in the watch window some show as dates and others shows as numbers (i.e. 40667.xxxx). I'm thinking if I declare the first dimension as type Date then maybe they'll all look like dates (important for debugging purposes).
Is this true? If so, how do I declare an array with different variable types. Note that I'll use "ReDim preserve" on this array at least once (if that matters).
Thanks!