E
Ed
I have Win2000 and Word2000. I run a macro which opens a large document (a
3800 page .TXT file) and separates it into several smaller files. (Thank
you, Jay Freedman!!) Because it takes an hour and a half to run, I start it
when I'm leaving work. The last lines of my code are
' shut down the original
SourceDoc.Close savechanges:=wdDoNotSaveChanges
' Close PathDoc
PathDoc.Close savechanges:=wdDoNotSaveChanges
' Quit Word
Word.Application.Quit
End Sub
This starts at about 4:30, and a shut-down program shuts off the computer at
about 7:30 - long after the macro ahs stopped. (PathDoc, which is created
by the macro, was created last night at 4:27, and Last Modification was
5:57.) So I'm assuming all docs are closed and Word has quit. But the last
two times I have run this, I have a "ghost" icon of the original - SourceDoc
in the macro - with the tilde in the name (~073003.txt). The "ghost" is
about 620kb, while the original (which is fully intact) is 8.47Mb.
Is this something I need to be concerned with?
Ed
3800 page .TXT file) and separates it into several smaller files. (Thank
you, Jay Freedman!!) Because it takes an hour and a half to run, I start it
when I'm leaving work. The last lines of my code are
' shut down the original
SourceDoc.Close savechanges:=wdDoNotSaveChanges
' Close PathDoc
PathDoc.Close savechanges:=wdDoNotSaveChanges
' Quit Word
Word.Application.Quit
End Sub
This starts at about 4:30, and a shut-down program shuts off the computer at
about 7:30 - long after the macro ahs stopped. (PathDoc, which is created
by the macro, was created last night at 4:27, and Last Modification was
5:57.) So I'm assuming all docs are closed and Word has quit. But the last
two times I have run this, I have a "ghost" icon of the original - SourceDoc
in the macro - with the tilde in the name (~073003.txt). The "ghost" is
about 620kb, while the original (which is fully intact) is 8.47Mb.
Is this something I need to be concerned with?
Ed