View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sylink[_3_] sylink[_3_] is offline
external usenet poster
 
Posts: 17
Default Concatenating Cells

Please I need to concatenate a series of cell. The pattern is shown
below. The first names are in col F and surnames in col A. I need both
names in Col F. Please I will appreciate suggested solutions in the
accompanying cell reference style.

Range("F" & z).Value = "John"

and
Range("A" & z).Value = "Smith"

Result:

Range("F" & z).Value = "John Smith"