Hi
I am using the built-in function Transpose to convert an array to a string and would like to use the current selection
ie change this
to
The latter gives a type mismatch
Cheers
I am using the built-in function Transpose to convert an array to a string and would like to use the current selection
ie change this
Code:
Comments = Join(Evaluate("TRANSPOSE('Base'!A1:A10 )"), vbNewLine)
to
Code:
Comments = Join(Evaluate("TRANSPOSE(Selection )"), vbNewLine)
The latter gives a type mismatch
Cheers