
Originally Posted by
alvin-chung
Hi, how does your concatenation looks like?
If you concatenate a text with col C, value in col C shall remain 001 e.g. A001.
_______________________________________________________________________________________________________________________________
1. Click on the * Add Reputation if you think someone helped you
2. Mark your thread as SOLVED when question is resolved
Alvin
Here is my code:
I checked the values in C and they are displayed AND stored as 001, 002, etc. So it looks like they are already in text format. The For loop does the concatenation. The leading zeros are dropped of, and the hyphen is being read as a subtraction sign and a subtraction is being done.
How do I retain the leading zeros so that I get something like 1813-001 instead of 1812?
Bookmarks