View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
andy the pugh andy the pugh is offline
external usenet poster
 
Posts: 12
Default Help with Concatenating

On Jun 2, 4:00*pm, mju wrote:
Thanks Patrick.

The problem that I have is each cells have different values but it keep
copying same value to the end of the cell.


Dim q as String
q = Sheet1.Range("A3").Value & Sheet1.Cells(X+Y*Z, A*B+C).Value &
"Random Text" & Sin (Pi())

Works fine....