Open document at point user last was working?

B

Byron

Is it possible to have Word open a document and go straight to the
point the user was last editting? I'm thinking about saving selection
object data in a custom property during the BeforeSave event and then
read it during DocumentOpen. Any ideas?

Thanks,
B
 
J

JGM

Hi B,

Have you tried

Application.GoBack

in the Document_Open event?
(This is SHIFT-F5 on the keyboard).

HTH
Cheers!
 
B

Byron

JGM said:
Hi B,

Have you tried

Application.GoBack

in the Document_Open event?
(This is SHIFT-F5 on the keyboard).

HTH
Cheers!


Thanks for helping a newbie. I wish I could have found that in the
object browser and that I knew Word better...
 

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

Top