Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Mal Mal is offline
external usenet poster
 
Posts: 37
Default How to print auto text entries I created?

I have created a lot of auto text entries and auto correct entries. A friend
would like me to print a list of these to assist them in creating their own.
Is there a way to print the auto text entries I currently have created in
Word on my PC?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Yves Dhondt Yves Dhondt is offline
external usenet poster
 
Posts: 767
Default How to print auto text entries I created?


You could just give him a copy of your autocorrect entries so he can import
them. For more info see http://support.microsoft.com/kb/826147/en-us . The
instructions for Word 2007 / 2010 are pretty much the same.

Or you could run a simple macro which prints them to an empty document, save
that and print it out for him. Something like:

============================
Sub PrintAutoCorrect()

Dim doc As Document
Dim i As Integer
Dim ace As AutoCorrectEntry

Set doc = Application.Documents.Add
doc.Activate

For i = 1 To Application.AutoCorrect.Entries.Count
Set ace = Application.AutoCorrect.Entries.Item(i)

Selection.InsertAfter "In: " & ace.Name & vbCrLf & _
"Out: " & ace.Value & vbCrLf & vbCrLf
Next

End Sub
============================

Yves

"mal" wrote in message
...
I have created a lot of auto text entries and auto correct entries. A
friend
would like me to print a list of these to assist them in creating their
own.
Is there a way to print the auto text entries I currently have created in
Word on my PC?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to print auto text entries I created?

For autotext entries - from the Print dialog Print What Autotext entries
(or in the case of Word 2007 - Building Block entries).
Note that autotext entries are stopred in templates. You can distribute the
entries by either distributing the containing template(s) as add-ins or by
useing the oprganizer to copy them between templates.
For autocorrect
http://word.mvps.org/FAQs/Customizat...utocorrect.htm will give you
a tahble of the entries.
--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"mal" wrote in message
...
I have created a lot of auto text entries and auto correct entries. A
friend
would like me to print a list of these to assist them in creating their
own.
Is there a way to print the auto text entries I currently have created in
Word on my PC?



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How to print auto text entries I created?

For autotext entries - from the Print dialog Print What Autotext entries
(or in the case of Word 2007 - Building Block entries).
Note that autotext entries are stopred in templates. You can distribute the
entries by either distributing the containing template(s) as add-ins or by
useing the oprganizer to copy them between templates.
For autocorrect
http://word.mvps.org/FAQs/Customizat...utocorrect.htm will give you
a tahble of the entries.
--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"mal" wrote in message
...
I have created a lot of auto text entries and auto correct entries. A
friend
would like me to print a list of these to assist them in creating their
own.
Is there a way to print the auto text entries I currently have created in
Word on my PC?



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
How do I view auto text entries I have created Debbie Microsoft Word Help 1 June 15th 09 10:46 PM
Is the a way to print only he auto correct entries that I created. a_ryan1972 Microsoft Word Help 6 April 12th 09 06:18 PM
Set up auto text in 2007 and then create auto text entries Sandy G. Microsoft Word Help 2 July 2nd 08 09:56 AM
How do I print all auto text entries in one document? Jerry in CA Microsoft Word Help 2 May 4th 07 09:17 PM
Many of my Auto Correct and Auto Text entries are gone. I did not. Typalot Microsoft Word Help 2 March 23rd 05 09:38 PM


All times are GMT +1. The time now is 08:36 AM.

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"