view worksheet formulas

B

bill_morgan_3333

Friends,

Is there a way to view only the worksheet formulas inside a worksheet, or
print them out? I know how to do this for pivot tables and pivot charts, but
what about a normal worksheet?

Thanks,

Bill Morgan
 
G

Gord Dibben

Bill

See John Walkenbach's site for his ListFormulas macro.

http://j-walk.com/ss/excel/tips/tip37.htm

"Most users have discovered that Excel has an option that lets you display
formulas directly in their cells: Choose Tools Options, click the View tab,
and select the Formulas checkbox. However, Excel doesn't provide a way to
generate a concise list of all formulas in a worksheet. The VBA macro below
inserts a new worksheet, then creates a list of all formulas, cell addresses
and their current values."

Gord Dibben Excel MVP
 
B

bill_morgan_3333

Nick,

Hi ...

Ctrl+ brings up the insert row dialog box, but doesn't show sheet formulas.
Am I missing something? Please advise. Thanks ...
 
B

bill_morgan_3333

Ken,

Thanks for the direction. I'm visiting both the sites mentioned in answers
to this question.
 
Top