View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson Myrna Larson is offline
external usenet poster
 
Posts: 863
Default why is personal.xlsbackup created every time I run a macro

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
wrote:

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.