background commands running in Excel?

A

AnalystMark

I have created a new spreadsheet for some reporting that involves many charts
that feed off one worksheet within the workbook.

Every time that I open the workbook, the chart tab names are reset to "chart
1" "chart 2" etc. Also, even if I open the workbook and immediately close
it, it asks if I want to save changes.

The file is NOT linked to any external files. Is there any way that I can
see the internal processes occuring that are changing these tab names and
triggering the "save changes" command?
 
J

Jim Thomlinson

Do you have an VBA code running in the workbook? Do you use and volatile
functions such as Now(), Today(), Cells(), Rand().

If code is executing on the On Open event then that would explain the saving
behaviour and possibly the chart titles. The volatile functions would
definitely explain the need to save the file as they will change cell values
when the workbook is opened.
 

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