![]() |
#1
|
|||
|
|||
![]()
I need to know how to directly open the 2013 Word Document library when I press CTRL+O or the Open folder on my QAT. I don't like having to click on Computer and My Documents to get there.
|
#2
|
|||
|
|||
![]()
Take a look at File New Variations in the Versions of Word for options to create new files.
If you install the following macro, it will give you the classic File Open dialog which will open to your default storage location for documents when you first start Word and to the last place you opened a document from in Word this session or last saved to in Word this session. (In other words, you alter the location by altering what you open and ave and where.) Code:
Sub DocOpenDialog() 'Displays Document open dialog Application.Dialogs(wdDialogFileOpen).Show End Sub See Installing Macros for information about how to add macros to your system. See Modifying the QAT and Ribbon in Microsoft Word for more on modifying the QAT. |
#3
|
|||
|
|||
![]() Quote:
Hi, click File -> Options -> Save then check "Don't show the backstage when opening or saving a file" That's it! Enjoy |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
gbaker | Excel Programming | 5 | 01-23-2014 12:06 AM |
Office 2010 Can't Open Or Save Documents in My Documents Folder | trippb | Office | 1 | 07-12-2013 07:29 AM |
Cannot open folder in Outlook | marketshare | Outlook | 0 | 03-17-2013 04:07 PM |
![]() |
ghumdinger | Outlook | 1 | 07-03-2011 05:34 AM |
Can't open documents directly from a shared drive | MikeJedi | Word | 0 | 12-08-2009 12:04 PM |