James thunderbolt
Member
Hi,
Im sure this is quite a simple question that I need help on.
Say I have a table with 2 columns (A & B) that is 1000 rows long - column A has values in every row up but column B only has values in some of the rows.
I am trying to define the last row on column B (say it is row 8015) as a range but not sure how to do this ?
Dim LastRowOnColB as Range
Range = .... (this is where I draw the blank)
Any suggestions would be greatly appreciated.
Im sure this is quite a simple question that I need help on.
Say I have a table with 2 columns (A & B) that is 1000 rows long - column A has values in every row up but column B only has values in some of the rows.
I am trying to define the last row on column B (say it is row 8015) as a range but not sure how to do this ?
Dim LastRowOnColB as Range
Range = .... (this is where I draw the blank)
Any suggestions would be greatly appreciated.