Hello all
I would like to know if there is some VBA code that can remove zero's from a column. I am trying to code a vlookup against two spreadsheets but the one sheet has zero's and the other does not. below is an example on the difference but I need to keep any zero's after the first number if that makes sense ie 32304 need to keep this zero
00004567 4567
00032304 32304
00234340 234340
01234398 1234398
I would like to know if there is some VBA code that can remove zero's from a column. I am trying to code a vlookup against two spreadsheets but the one sheet has zero's and the other does not. below is an example on the difference but I need to keep any zero's after the first number if that makes sense ie 32304 need to keep this zero
00004567 4567
00032304 32304
00234340 234340
01234398 1234398