Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Vantage Vantage is offline
external usenet poster
 
Posts: 2
Default Word 207 Building Blocks.dotx

Hi - we are trying to get over the death of AutoText and the birth of
QuickParts - but it isn't easy! Two questions for anyone who knows:

a) how can we specify the location of building blocks.dotx? By
default it is buried in application data on the c: drive, but we use
roaming profiles and this doesn't suit us from a back up or
portability point of view at all, and

b) where the hell is the option to turn on/off autocomplete tips? The
one that used to be in the AutoText tab of AutoComplete in 2003?

Thanks in advance...
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word 207 Building Blocks.dotx

Vantage wrote:
Hi - we are trying to get over the death of AutoText and the birth of
QuickParts - but it isn't easy! Two questions for anyone who knows:

a) how can we specify the location of building blocks.dotx? By
default it is buried in application data on the c: drive, but we use
roaming profiles and this doesn't suit us from a back up or
portability point of view at all, and


You can add an entry to the registry to tell Office to look in a specified
location. Copy the following four lines (including the blank line but not
including the "--- cut here ---" lines) and paste them into an empty Notepad
document:
--- cut here ---
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\C ommon\General]
"SharedDocumentParts"="Y:\\WorkGroup Folder\\Document Building Blocks"
--- cut here ---
Change the path to the right of the equal sign to the desired shared
location. Use double backslashes between folder names as shown. Save the
file with a .reg extension.

On each user's computer, double-click the .reg file and answer yes to the
prompt to include the value in the registry. The path you added will be used
in addition to the one in the user's Roaming profile.

b) where the hell is the option to turn on/off autocomplete tips? The
one that used to be in the AutoText tab of AutoComplete in 2003?


In Word 2007, the only AutoComplete tips are for dates. There was some kind
of last-minute technical problem that led Microsoft to disable them for
AutoText. They've been reinstated in Word 2010, which has just finished beta
test and will be released later this year.

Thanks in advance...


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Word 207 Building Blocks.dotx

Vantage wrote:
Hi - we are trying to get over the death of AutoText and the birth of
QuickParts - but it isn't easy! Two questions for anyone who knows:

a) how can we specify the location of building blocks.dotx? By
default it is buried in application data on the c: drive, but we use
roaming profiles and this doesn't suit us from a back up or
portability point of view at all, and


You can add an entry to the registry to tell Office to look in a specified
location. Copy the following four lines (including the blank line but not
including the "--- cut here ---" lines) and paste them into an empty Notepad
document:
--- cut here ---
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\C ommon\General]
"SharedDocumentParts"="Y:\\WorkGroup Folder\\Document Building Blocks"
--- cut here ---
Change the path to the right of the equal sign to the desired shared
location. Use double backslashes between folder names as shown. Save the
file with a .reg extension.

On each user's computer, double-click the .reg file and answer yes to the
prompt to include the value in the registry. The path you added will be used
in addition to the one in the user's Roaming profile.

b) where the hell is the option to turn on/off autocomplete tips? The
one that used to be in the AutoText tab of AutoComplete in 2003?


In Word 2007, the only AutoComplete tips are for dates. There was some kind
of last-minute technical problem that led Microsoft to disable them for
AutoText. They've been reinstated in Word 2010, which has just finished beta
test and will be released later this year.

Thanks in advance...


--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 207 Building Blocks.dotx

a) As far as I know, you cannot specify the location of Building
Blocks.dotx. But note that you can choose to save your Building Block
entries in any template, for example in the Normal template or in a template
saved to the Startup folder for Word.

b) Word 2007 does *not* support AutoComplete suggestions for AutoTexts or
Building Blocks, only for dates. You can turn the feature on and off via a
macro: Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to
active the Immediate window. Type

Application.DisplayAutoCompleteTips = False

and press Enter (of course, if you are switching on the AutoComplete
suggestions, use True instead of False). Then close the Visual Basic Editor.

--
Stefan Blom
Microsoft Word MVP



"Vantage" wrote in message
...
Hi - we are trying to get over the death of AutoText and the birth of
QuickParts - but it isn't easy! Two questions for anyone who knows:

a) how can we specify the location of building blocks.dotx? By
default it is buried in application data on the c: drive, but we use
roaming profiles and this doesn't suit us from a back up or
portability point of view at all, and

b) where the hell is the option to turn on/off autocomplete tips? The
one that used to be in the AutoText tab of AutoComplete in 2003?

Thanks in advance...



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 207 Building Blocks.dotx

a) As far as I know, you cannot specify the location of Building
Blocks.dotx. But note that you can choose to save your Building Block
entries in any template, for example in the Normal template or in a template
saved to the Startup folder for Word.

b) Word 2007 does *not* support AutoComplete suggestions for AutoTexts or
Building Blocks, only for dates. You can turn the feature on and off via a
macro: Press Alt+F11 to display the Visual Basic Editor. Press Ctrl+G to
active the Immediate window. Type

Application.DisplayAutoCompleteTips = False

and press Enter (of course, if you are switching on the AutoComplete
suggestions, use True instead of False). Then close the Visual Basic Editor.

--
Stefan Blom
Microsoft Word MVP



"Vantage" wrote in message
...
Hi - we are trying to get over the death of AutoText and the birth of
QuickParts - but it isn't easy! Two questions for anyone who knows:

a) how can we specify the location of building blocks.dotx? By
default it is buried in application data on the c: drive, but we use
roaming profiles and this doesn't suit us from a back up or
portability point of view at all, and

b) where the hell is the option to turn on/off autocomplete tips? The
one that used to be in the AutoText tab of AutoComplete in 2003?

Thanks in advance...



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Word cannot recover Building Blocks.dotx Sesquipedalian Sam New Users 6 April 4th 10 12:54 PM
How do I unlock building blocks.dotx? Pam Microsoft Word Help 0 December 7th 09 02:36 PM
Building Blocks.dotx on a network drive through Terminal Server NRCFrog Microsoft Word Help 0 July 24th 08 02:36 AM
page numbers and the Building Blocks.dotx etc adamwdsk New Users 4 January 18th 07 03:25 PM
damaged Building Blocks.dotx file chill1218 Microsoft Word Help 10 December 20th 06 11:25 PM


All times are GMT +1. The time now is 02:41 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"