Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Word 2013 - Welcome Back Pop-up?

661 views
Skip to first unread message

char...@email.com

unread,
May 23, 2014, 5:56:31 PM5/23/14
to
In Word 2013, when I reopen a document that I have been working on, I get this
pop-up window that says "welcome back, etc, etc". I don't really care for it
and am wondering if there is a way to shut the pop-up off?

Thanks for any insights/suggestions.

charliec

Stefan Blom

unread,
May 24, 2014, 1:22:28 PM5/24/14
to
Unfortunately, Word doesn't offer a simple way to turn off the prompt. In
some versions of Windows, you may be able to prevent access to registry
entries that control this. See
http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/disable-pick-up-where-you-left-off/d818eba4-af8f-4296-844f-abd540e41a0a.

--
Stefan Blom
Microsoft Word MVP




<char...@email.com> wrote in message
news:aqgvn9psd5s5dilif...@4ax.com...

Peter T. Daniels

unread,
May 24, 2014, 3:10:40 PM5/24/14
to
I bet the same people complaining about this didn't like Clippy, either.

I.e., everyone.

On Saturday, May 24, 2014 1:22:28 PM UTC-4, Stefan Blom wrote:

> Unfortunately, Word doesn't offer a simple way to turn off the prompt. In
> some versions of Windows, you may be able to prevent access to registry
> entries that control this. See
> http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/disable-pick-up-where-you-left-off/d818eba4-af8f-4296-844f-abd540e41a0a.

Stefan Blom

unread,
May 25, 2014, 12:15:31 PM5/25/14
to
Indeed.

--
Stefan Blom
Microsoft Word MVP




"Peter T. Daniels" <gram...@verizon.net> wrote in message
news:9f101fcf-4dfe-414f...@googlegroups.com...

char...@email.com

unread,
May 25, 2014, 2:44:39 PM5/25/14
to
>On Sun, 25 May 2014 18:15:31 +0200, "Stefan Blom" <Stefa...@discussions.microsoft.com> wrote:

>Indeed.

Hi Stefan,
Good to see you here as well :)

I left you a message in the Forum.

Charlie

Stefan Blom

unread,
May 25, 2014, 7:04:13 PM5/25/14
to
I was wondering if you were one and the same person, here and in the
Community. :-)

--
Stefan Blom
Microsoft Word MVP




<char...@email.com> wrote in message
news:7ee4o91skn08ng0op...@4ax.com...

Chris...@rath.ca

unread,
Jun 17, 2017, 12:34:40 AM6/17/17
to
A programmatic way to dismiss the Welcome Back panel is to put this code in your Normal.dotm file:

Sub AutoOpen()
Selection.EndKey Unit:=wdStory, Extend:=wdMove
Selection.HomeKey Unit:=wdStory, Extend:=wdMove
End Sub

This code moves the cursor to the bottom of the document and then back up to the top.

If you’d rather not fiddle with VBA macros, then I’ve also put this capability into an Add-In. You can configure the add-in to dismiss the Welcome Back panel, and also to force documents to open in Draft View mode (or any other view of your choice); which restores functionality that MS removed in Word 2013. The add-in can be downloaded from:
http://rath.ca/Misc/VBA/Word/ViewMgr_v2.1.zip
0 new messages