Thread
:
concatenate cell.value
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gord Dibben
external usenet poster
Posts: 22,906
concatenate cell.value
If you meant D3 then Offset(-1, 0)
But you could not use this on an entire column
D1 has no Offset(-1, 0)
So a range would be required like D2:D1000
Gord
Reply With Quote
Gord Dibben
View Public Profile
Find all posts by Gord Dibben