You are only getting the cell address, you need the range of that address
Range("P1").Value = Range(Range("O2").Value & Range("M2").Value).Value Range("P2").Value = Range(Range("O3").Value & Range("M3").Value).Value
You are only getting the cell address, you need the range of that address
Range("P1").Value = Range(Range("O2").Value & Range("M2").Value).Value Range("P2").Value = Range(Range("O3").Value & Range("M3").Value).Value
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber