Hi again
I have over 5,000 vlookup formulas in a spread sheet that is slowing down doing tasks. I thought of taking out the equal sign on all 5,000 of them and then record a macro while I put back in all the equal signs on all 5,000 formulas. This will create all the formulas in the recorded macro. Then my next step is this. I can then do a copy > paste special > Values macro and get rid of the Vlookup formulas. I can refresh the sheet by running the macro and only values will now appear instead of the formulas. My problem is that I can do it but I have to go through all of the Vlookup formulas one by one, take out all the equal signs first, then record a macro while I reinstates all the equal signs back in again and then do a copy > paste special > Values on all the Vlookup formulas. This method will take me forever to do. Is there a macro that will tale out the equal sign and the another macro to put them all in again? Here is a sample of only 1 Vlookup formula.
=VLOOKUP($A12,Sheet2!$A$11:$G$21,5,FALSE)
I have over 5,000 vlookup formulas in a spread sheet that is slowing down doing tasks. I thought of taking out the equal sign on all 5,000 of them and then record a macro while I put back in all the equal signs on all 5,000 formulas. This will create all the formulas in the recorded macro. Then my next step is this. I can then do a copy > paste special > Values macro and get rid of the Vlookup formulas. I can refresh the sheet by running the macro and only values will now appear instead of the formulas. My problem is that I can do it but I have to go through all of the Vlookup formulas one by one, take out all the equal signs first, then record a macro while I reinstates all the equal signs back in again and then do a copy > paste special > Values on all the Vlookup formulas. This method will take me forever to do. Is there a macro that will tale out the equal sign and the another macro to put them all in again? Here is a sample of only 1 Vlookup formula.
=VLOOKUP($A12,Sheet2!$A$11:$G$21,5,FALSE)