yytanweiwei
New Member
- Joined
- Aug 23, 2011
- Messages
- 2
I have a scripting.dictionary object with more than 65536 lines items. When trying to use the WorksheetFunction.Transpose function, system display Type Mismatch Error 13.
VBA Codes:
.Columns("A").Value = WF.Transpose(dicOrg.Keys)
.Columns("B:E").Value = WF.Transpose(WF.Transpose(dicOrg.Items))
How can I fix this issue? Or split the dictionary object? Thanks so much!
VBA Codes:
.Columns("A").Value = WF.Transpose(dicOrg.Keys)
.Columns("B:E").Value = WF.Transpose(WF.Transpose(dicOrg.Items))
How can I fix this issue? Or split the dictionary object? Thanks so much!