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