Looking for VBA Code that can get leading zeros to stay when concatenating 2 columns using VBA? I already used the number format "000000000" in VBA code to get the one column to add the preceding zero when needed or keep the leading zero when removing dashes, but when I do the VBA code to concatenate them it drops the zero. So below I have some different sceniors in Number 1 of what I might see for data and the number 1 column would be concatenated with the items colum in a new column called Concatenate at least that is what my code to concatenate does.