Hello,
I am in need of a bit of VBA code that will copy formula output to adjacent cell. I think this is a two part problem. First, find the cells with a formula in them and then copy output to the cell on the right.
Criteria:
1. Set number of rows and columns. normally G23:BZ26.
2. Only data in range is this formula that adds other cells and gives a sum.
3. Most cells are blank and the formula cells always have a blank cell to the right. Formula cells comprise all four rows of a column.
4. I need to copy the output not the formula to the adjacent cell to the right.
5. The columns with formulas get deleted prior to publication of the spreadsheet. Put I need to output to remain
6. The columns with formulas are not at a set interval.
Thanks for any help you can give.
Jerry
I am in need of a bit of VBA code that will copy formula output to adjacent cell. I think this is a two part problem. First, find the cells with a formula in them and then copy output to the cell on the right.
Criteria:
1. Set number of rows and columns. normally G23:BZ26.
2. Only data in range is this formula that adds other cells and gives a sum.
3. Most cells are blank and the formula cells always have a blank cell to the right. Formula cells comprise all four rows of a column.
4. I need to copy the output not the formula to the adjacent cell to the right.
5. The columns with formulas get deleted prior to publication of the spreadsheet. Put I need to output to remain
6. The columns with formulas are not at a set interval.
Thanks for any help you can give.
Jerry