PDA

Click to See Complete Forum and Search --> : Microsoft Word - Automatically Starting With Last Open Document [Resolved]


MartinLiss
Nov 14th, 2002, 03:13 PM
This is a non-programming question. I thought that I remembered that there was an option that I could set in Word so that each time I started it, it would open the last document that I worked with. I can't find any such option now? Am I imagining things?

Pc_Madness
Nov 14th, 2002, 05:29 PM
Umm... just had a look on mine, (Word 97), and I couldn't see anything. Maybe your thinking of when it crashes, and autorecovers it the next time you load it?

MartinLiss
Nov 14th, 2002, 08:33 PM
No I didn't mean that, but thanks for the thought. Maybe I'm thinking of a different tool.

MrPolite
Nov 14th, 2002, 10:50 PM
well this probably isnt your problem, but might be worth telling it:D

my aunt's comp would open a document everytime she started ms word. She had even deleted the document. Dunno why, but in one of the windows directories, word had saved a copy of the document and would open that everytime. When I deleted it, everything was fine....


btw have you tried asking the nasty annoying office assistant for help?:)

The Hobo
Nov 15th, 2002, 08:00 AM
Originally posted by MrPolite

btw have you tried asking the nasty annoying office assistant for help?:)

that bugger don't help. just say's he doesn't understand **** ***? :confused:

MartinLiss
Nov 15th, 2002, 09:28 AM
Originally posted by MrPolite

btw have you tried asking the nasty annoying office assistant for help?:) After looking in Tools|Options where I though the answer would be, that's the next thing I tried.

kovan
Nov 19th, 2002, 06:13 AM
cmon marty write a vba automation for it :)

DeadEyes
Nov 19th, 2002, 07:22 AM
Can you set a Macro to run on start?
And then use code like : Recent(1).Open

Michael_Kamen
Nov 19th, 2002, 08:56 AM
Does this help you:
http://support.microsoft.com/default.aspx?scid=KB;en-us;197849&

MartinLiss
Nov 19th, 2002, 09:26 AM
Michael_Kamen, DeadEyes: Thanks, that will do it.