Re: Find Date & Copy Row Insert Formulas Only
Quote from DerkWhat eactly do you mean by "paste only the formulas"? Do you mean you want to have them show as formula text? Or only the cells that are actual formulas should be copied, but they should show their calculated value.
It would help if you gave one of the versions of the code you are using now, and perhaps one of us could suggest appropriate modification.
Derk thanks for your posting. The row I am copying and insert pasting contains text and formulas (The formulas look at the text the user entered and diplays the data). For example in A3 it says =A1+A2. Now when I copy insert a new row I want to make sure that formula in A3 comes over but not the data/text the user entered in A1 and A2. I guess I could just insert an empty line and paste the formulas in the cell but this like a patch solution. I wasn't sure if there was a solution for just bringing the formulas over to the new row.
The macro is on my other computer, I will try to paste it in later.
Guy