Thread: Combining Cells
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg B... Greg B... is offline
external usenet poster
 
Posts: 20
Default Combining Cells

Hi all

I have 2 cell Surname and Firstname and is it possible to write a code to
get both values to combine in 1 cell.

here is an example

A1 Smith

A2 John

then it appears on another worksheet in cell a1 as:

Smith, John

Thanks in advance

Greg