Basically i want to have something select an area i have done it before but i'll put the example
sub check
'find the cell to check
activecell.offset(1, 2).activate
'the bit below is where i'm stuck
range(r-10, c-1:r-0, c-0).select
i don't know what i am doing wrong could someone help plz
