Thread: Concatenate
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pawan Pawan is offline
external usenet poster
 
Posts: 87
Default Concatenate

Hello...

I have a worksheet with several columns in it. I want to add a new column
at the beginning. Then I need to concatenate three columns with specific
headings. e.g. from all the columns, I have to concatenate columns with
headings "ID", "Name" and "Place". (The sequence of these columns is not
fixed in the worksheet).

ID KEY NAME JOB PLACE
100 500 JOHN T NY
123 567 MARIA P SF

In this case, the new column should be created before "ID" and its contents
will be "100JOHNNY", "123MARIASF" and so on.

Is there any macro to do this automatically?

Thank You
Regards,
Pawan