View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
maijiuli maijiuli is offline
external usenet poster
 
Posts: 56
Default macro to add leading zeroes to number and loop

Hello,

I have a data set of employee numbers. the numbers range from 1 - 6
characters and can be all numbers or have letters. I need to compare this to
another worksheet but need to convert the EE numbers to text and all must be
6 characters long. So I need to do the leading zeroes for all EE numbers.
The EE numbers are found on column E and the range can differ week to week so
I would also need to do a loop until there is nothing left in row E (not sure
how to do that one?).

I wish to have a macro so others can use too. Thanks for looking,

--
Thank You!