why is personal.xlsbackup created every time I run a macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several macros in the Personal.xls workbook, every time I execute one
of these macros a file is created called personal.xlsbackup for the first
time it's run then personal.xlsbackupbackup for the second time and so on.
 
Have you looked through the code to find a routine that is saving the file?
Look for something like ThisWorkbook.SaveCopyAs

On Sun, 20 Feb 2005 04:13:02 -0800, "Seasider II" <Seasider
 
Yes, that was it. Thanks very much



Myrna Larson said:
Have you looked through the code to find a routine that is saving the file?
Look for something like ThisWorkbook.SaveCopyAs

On Sun, 20 Feb 2005 04:13:02 -0800, "Seasider II" <Seasider
 

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

Back
Top