Thread: Prefix macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TedL TedL is offline
external usenet poster
 
Posts: 1
Default Prefix macro

I deal with the same problem all the time. I would like to create
macro for a colum of data that would allow me to insert a custom
character text prefix to the data.
For example in Col A the cells are populated with a Part Number i
cell A1= 100-600125, cell A2 = 500-235487, cell A3 = 547-255684, etc.

I would like to add a prefix to all of the cells in the colum ie "PRE-
so that the results would be each cell has the prefix added to it, i
cell A1 = PRE-100-600125, cell A2 = PRE-500-235487, etc.

I hope this is clear. Thanks

--
Message posted from http://www.ExcelForum.com