This seems too basic, but I don't understand.
My sheet has 32 rows, including a header. Rows 33 onward are blank. Except Column H, which has a value of 0 in rows 33-55. How can I stop it at the last row? There could sometimes be 2-300 rows. Thanks!
Code:
2Import_3Formula r, "H", "=abs(RC6-RC7)"
My sheet has 32 rows, including a header. Rows 33 onward are blank. Except Column H, which has a value of 0 in rows 33-55. How can I stop it at the last row? There could sometimes be 2-300 rows. Thanks!