turn off display dialogue when closing

J

jakol

i'm really new using excell (2000), maybe someone could help poor guy
i have a spreadsheet that i print everyday,when closing the excel
program the save display dialogue opens even with no changes made t
the document, i'm guessing that the table calculates, recalculate
every time i open it co'z i'm using "volatile formulas" ie: today(
etc.........my question is how to get rid of this save displa
dialogue, or maybe turn off save prompting is this possible? thank yo
so much n advance.:( :( :
 
G

Guest

Right-click the Excel LOGO near the file menu, select "View Code", then paste this code in
Private Sub Workbook_BeforeClose(Cancel As Boolean
Thisworkbook.Saved=tru
End Su


----- jakol > wrote: ----

i'm really new using excell (2000), maybe someone could help poor gu
i have a spreadsheet that i print everyday,when closing the excel
program the save display dialogue opens even with no changes made t
the document, i'm guessing that the table calculates, recalculate
every time i open it co'z i'm using "volatile formulas" ie: today(
etc.........my question is how to get rid of this save displa
dialogue, or maybe turn off save prompting is this possible? thank yo
so much n advance.:( :( :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top