Table Borders not Stored in AutoText

Written by Allen Wyatt (last updated June 19, 2019)
This tip applies to Word 97, 2000, 2002, and 2003


Christiane is running into a problem with her signature blocks. She uses a table to create the signature blocks, which allows her to easily add borders to some of the cells in the table. (The borders provide an easy way to add signature lines.) When Christiane selects the table and stores it in an AutoText entry, she can easily insert it in other documents. The problem is that when she does so, the borders on the individual cells are missing or messed up from the inserted AutoText entry.

This problem is more than likely related to how you have table styles set up in the documents you use. Let's say you set up a signature block in a document, and the table you modify is formatted using the Table Normal style. You save the table in AutoText, and then insert that AutoText entry into another document. Word remembers that you used Table Normal to define the table, so it applies the Table Normal style, as defined in the current document, to the AutoText entry you are adding.

The solution is to create your signature block using a custom table style named something like "MySigBlock." Create the style, apply it to the signature block, and then apply the individual modifications to the borders. Save it as an AutoText entry, then try to insert it into a different document. Since the custom style name won't match one already defined in the document (it doesn't have one named "MySigBlock"), there is nothing to override what you've defined in the AutoText entry.

If this still doesn't give the desired results, you could save your signature blocks (assuming you have more than one) in their own files. When you need a signature block in the current document, you can then insert the whole file, containing the signature block, into the current file. You can make this very painless by using a macro to do the insertion:

Sub InsertSig()
    Selection.InsertFile FileName:="sigblock1.doc", _
      Range:="", ConfirmConversions:=False, _
      Link:=False, Attachment:=False
End Sub

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (339) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Printing Selected Worksheets

When you accumulate quite a few workbooks in folder, you might need to print out selected worksheets from all of the ...

Discover More

Setting Spell-Checking Options

The spell checker can come in handy when entering data in a worksheet. Because the type of data you enter can vary so ...

Discover More

Searching for Multi-Byte Hex Codes

Need to find a character for which you only know the hex code? There are a few ways you can search for the information, ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (menu)

Macro-Inserted AutoText Doesn't Set Style

Inserting AutoText from a macro can give unwanted results, particularly when it comes to any style that may be stored ...

Discover More

Store Common Addresses in AutoText Entries

Do you write letters to lots of different people? One good place to keep those addresses is in AutoText entries. They are ...

Discover More

Easily Backing Up AutoText Entries

Many people use AutoText to enhance their use of Word. If you've invested significant time in customizing AutoText to ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is two more than 7?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.