Hello,
I am trying to write VBA for the following:
If Range.("I2:I") is not empty Then I want the cells in Range.("V2:V") to insert a formula. The cells in column I may or may not have data in them and there could be blanks cells in between each row. Basically the rows of data change each time I run a report so I don't know where the last line of data will be. I already have the formula written out that I want to insert in to column V, I'm just having trouble writing the first part of the macro to find the non-empty cells of data in column I.
Thanks!
I am trying to write VBA for the following:
If Range.("I2:I") is not empty Then I want the cells in Range.("V2:V") to insert a formula. The cells in column I may or may not have data in them and there could be blanks cells in between each row. Basically the rows of data change each time I run a report so I don't know where the last line of data will be. I already have the formula written out that I want to insert in to column V, I'm just having trouble writing the first part of the macro to find the non-empty cells of data in column I.
Thanks!