wsnyder
Board Regular
- Joined
- Sep 23, 2018
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi all,
I'm trying to get the Data Type for each Column in the Data Model
I'm getting a list of numbers, but I cannot find any documentation as to what each number means:
Here are the numbers returned:
Thanks,
w
I'm trying to get the Data Type for each Column in the Data Model
I'm getting a list of numbers, but I cannot find any documentation as to what each number means:
VBA Code:
wsnew.Cells(j, 3).Value = dmt.ModelTableColumns(x).DataType
Here are the numbers returned:
- 5
- 6
- 7
- 20
- 130
Thanks,
w