4 lines
104 B
Text
4 lines
104 B
Text
|
|
Function transpose(m As Variant) As Variant
|
||
|
|
transpose = WorksheetFunction.transpose(m)
|
||
|
|
End Function
|