Thread: Value of a cell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 244
Default Value of a cell

Hi

how can I get the value of a cells

Me.Cells(Row, 3) = Me.cells.Value(row,1) & Me.cells.value
(row,2)


did not work I have compilation error

What I want is in the column 3 concatinate the value of
column 1 and 2

Any help please