Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a 2 dimenisonal matrix. I want to find the size of the different
dimensions. I know how find one dimension by using the Ubound. This gives me x=3. However I would like to know the other dimension also, ie 5. Can yuo please help me? Thank you very much! Option Base 1 Dim strRatingMatrix() As String ReDim strRatingMatrix(3, 5) x = UBound(strRatingMatrix) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I transpose nXm matrix to mXn Matrix | Excel Worksheet Functions | |||
Cell size? Or size limit for Text data type? | Excel Discussion (Misc queries) | |||
How to import a matrix of size 2057x2057 | Excel Programming | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming | |||
Can we write VBA code to set all column/row's size back to default size? | Excel Programming |