Set RN = Range(Cells(2, 1), Cells(r, 1)) error
Hi Daniel,
Too much missing information - has r been declared and what data type is it
and what value does it have. What property of the range are you trying to
store in the variable RN? What type of variable is RN and has it been
declared.
--
Thanks,
Shane Devenshire
"Daniel" wrote:
What wrong with this. It create error. How can I improve to get rid the
error?
Set RN = Range(Cells(2, 1), Cells(r, 1))
Thanks
Daniel
|