tv9_rohith
Board Regular
- Joined
- Sep 1, 2011
- Messages
- 96
Hi
Currently Im using formula:
Dim LR As Long
LR = Range("A" & Rows.count).End(xlUp).Row
Range("G9").Value = Join(Application.Transpose(Range("A2:A" & LR)), ", ")
but I want include Trim function in it.
before transpose the data first it should trim it then it should transpose.
could someone help me on this.
Regards,
Rohith M
Currently Im using formula:
Dim LR As Long
LR = Range("A" & Rows.count).End(xlUp).Row
Range("G9").Value = Join(Application.Transpose(Range("A2:A" & LR)), ", ")
but I want include Trim function in it.
before transpose the data first it should trim it then it should transpose.
could someone help me on this.
Regards,
Rohith M