Printing all formulas in a workbook

G

Gord Dibben

No.

Chip's macro would be quite easy.

If you mean "without using VBA" there is a method but not very easy.

Make a copy of your worksheet then

Hit CTRL + `(backquote above Tab key)

This will put you into View Formulas.

Now F5>Special>Constants>OK

Edit>Clear>Contents

Print the sheet

Do this for each sheet.


Gord Dibben MS Excel MVP
 
Top