G
Guest
I have a formula I am using that refernces a cell in the top row of a listobject. I would like to clear the listobject, then copy the formula back, but the reference is off by one row. Any ideas how to clear the rows in a listobject so as not to lose the reference (ListObject.ListRows.Delete() messes up the reference)? What is the difference between rng.formula, rng.formular1c1 and rng.formular1c1local ? To clear the rows I am currently clearing eaches range and then resizing the LisObject.