madkinson
Board Regular
- Joined
- Dec 17, 2004
- Messages
- 113
- Office Version
- 365
- Platform
- Windows
I have a 10,000 row spreadsheet where I need to convert each row (about 30 columns) into a single cell with a pipe ("|") separator. I've manually created a CONCATENATE statement (=CONCATENATE(A1,"|",B1,"|",C1,"|",D1,"|", ETC.), but that take way too long.
I've tried Pearson's StringConcat, but cannot get it to work. I would like to put it into VBA so I can use it on other sheets. As always, you kind assistance is greatly appreciated.
I've tried Pearson's StringConcat, but cannot get it to work. I would like to put it into VBA so I can use it on other sheets. As always, you kind assistance is greatly appreciated.