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

Counting Odds and Evens

If you have a series of values in a range of cells, you may wonder how many of those values are even and how many are ...

Discover More

Calculating Averages by Date

When you have a huge amount of daily data to analyze, you may want to calculate an average of values for any given date ...

Discover More

Clearing All Tabs in a Document

Need to get rid of all the tab stops in a particular document? It's easy to do when you apply the technique outlined in ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 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

AutoText Unavailable in Headers and Footers

When you are creating headers and footers for your document, you might want to use some of your AutoText entries. What if ...

Discover More

Defining Protected Sections as AutoText

AutoText is a very useful tool. But what if the text you want to use when creating an AutoText entry is protected and you ...

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 8 - 5?

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.