Thread
:
why is personal.xlsbackup created every time I run a macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Myrna Larson
external usenet poster
Posts: 863
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.
Reply With Quote
Myrna Larson
View Public Profile
Find all posts by Myrna Larson