A
Alec
Can anyone tell me why the following sometimes works,
depending on cell contents.
Range("A6").Value = Range(Range("C1").End(xlDown)).Row
For a used range, eg "C1:C36" I want to put the values 1
to 36 in the range "B1:B36" automatically, for this I need
to find the last used cell, eg "C36". The range length
varies, hence the use of the above function.
Thanks
Alec
depending on cell contents.
Range("A6").Value = Range(Range("C1").End(xlDown)).Row
For a used range, eg "C1:C36" I want to put the values 1
to 36 in the range "B1:B36" automatically, for this I need
to find the last used cell, eg "C36". The range length
varies, hence the use of the above function.
Thanks
Alec