Hi,
Need some help, might someone tell me a snipped to add to the code?
Im trying to concatenate 5 cells from Range R22:V22 to Single cell DU22 but adding a dash between.
The VBA code it does the job as long the string are single number with front zero, now i need to do the same but this time there are five cells and each one include 3 digits, Example : 000 001 010 121 110
When are three positive digits is not a problem, but when such digits Include leading zero it wont concatenate correct.
When I place the Formula - Concat(R22:V22) in Cell DU22 and DU23 as well, it won't display the leading zeroes at front or if the string is triple zero it just display single zero.
Example:
--->>>C O L U M N S
______R___S___T____U___V__
Row
22___010_000_010_112_212 -> DU22 ->Display --> 10-0-10-112-212
23___000_120_100_120_121 -> DU23 ->Display --> 0-120-100-120-121
This is the code I'm Using:
![]()
Please Login or Register to view this content.
Thanks !!!
Bookmarks