You have not provided a lot of information.
Do want to save all formula in workbook or just all on one sheet etc?
But the principle is that you need to loop through the cells holding the formulae that you want to keep, and then save the formula to a 2 dimensional array, together with the cell address (otherwise useless!)
The code below saves the formula from B1 to B20 in the active sheet, to array named formArr and also the cell addresses.
The message box shows what is held in the array for each entry
Adapt to suit your particular requirements
Bookmarks