I am trying to implement a vba module that will take a current sheet and check the first data entry for each row and see if it is a formula. If it is, then autofill from that cell to the last column.
For example on row 3, the first column with data may be H... so I would want to autofill from H3 to last column on row 3 then continue to check row 4. If the first data in row 4 is not a formula, then skip it and go to row 5, etc. What is the best way to organize this loop?
For example on row 3, the first column with data may be H... so I would want to autofill from H3 to last column on row 3 then continue to check row 4. If the first data in row 4 is not a formula, then skip it and go to row 5, etc. What is the best way to organize this loop?