View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
buscher75 buscher75 is offline
external usenet poster
 
Posts: 7
Default Serial Number start and end range auto-fill into cells

This is my goal, to auto-fill serial number RED0001 through serial number
RED0100, for example. I would like to be able to add the prefix, RED, in one
cell and the start and end number in thier own cells also. These serial
numbers are converted to barcodes, so somewhere I will need to add an *
asterisk on both sides of the serial number.

Im not sure the best way to approach this. I would need to fill the cells
left to right (3 columns), top to bottom for printing purposes. Any ideas
would be greatly appreciated.