M
monika
I want something like this to appear in my cell:
=N5 & "/" & O5 & "/" & P5
I am using my code as:
Cells(tmp.Row + 1, lastColVol + 5).Value = "=(" & Cells
(tmp.Row + 1, lastColVol + 2).Address(0, 1) & " & " & "/"
& Cells(tmp.Row + 1, lastColVol + 3).Address(0, 1) & " & "
& "/" & Cells(tmp.Row + 1, lastColVol + 4).Address(0, 1)
& ")"
but this is jsut nto working :-(
any suggestion
thanks
=N5 & "/" & O5 & "/" & P5
I am using my code as:
Cells(tmp.Row + 1, lastColVol + 5).Value = "=(" & Cells
(tmp.Row + 1, lastColVol + 2).Address(0, 1) & " & " & "/"
& Cells(tmp.Row + 1, lastColVol + 3).Address(0, 1) & " & "
& "/" & Cells(tmp.Row + 1, lastColVol + 4).Address(0, 1)
& ")"
but this is jsut nto working :-(
any suggestion
thanks