Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a dynamically sized matrix which I redimension in both dimensions using the Transpose function. This works fine in XP. Using it in version 9 I get error 13 - Type mismatch - when transposing, but only when the matrix dimensions exceed some limit. Code looks like this: Dim AllData() as Variant .. .. .. AllData=Application.Worksheetfunction.Transpose(Al lData) Redim AllData(1 to ubound(AllData,1), 1 to Ubound (AllData,2)+1) AllData=Application.Worksheetfunction.Transpose(Al lData) Are there any known limitations in Excel cversions earlier than XP? Any help appreciated. oj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found out: For Excel 2000, if no of elements exceeds 5461
the transpose function does not work and returns error message # 13, type mismatch. -----Original Message----- Hi, I have a dynamically sized matrix which I redimension in both dimensions using the Transpose function. This works fine in XP. Using it in version 9 I get error 13 - Type mismatch - when transposing, but only when the matrix dimensions exceed some limit. Code looks like this: Dim AllData() as Variant .. .. .. AllData=Application.Worksheetfunction.Transpose(A llData) Redim AllData(1 to ubound(AllData,1), 1 to Ubound (AllData,2)+1) AllData=Application.Worksheetfunction.Transpose(A llData) Are there any known limitations in Excel cversions earlier than XP? Any help appreciated. oj . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |