Thread
:
Range Offset
View Single Post
#
4
Posted to microsoft.public.excel.programming
Randy Harmelink
external usenet poster
Posts: 122
Range Offset
OK, how about
:
Cells(cell.Row + 1, Range("G:G").Column).Value = "x"
On Oct 31, 10:34 pm, "jsd219" wrote:
But i need it to be one row below as well. :-)
Reply With Quote
Randy Harmelink
View Public Profile
Find all posts by Randy Harmelink