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.
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!
Inserting AutoText from a macro can give unwanted results, particularly when it comes to any style that may be stored ...
Discover MoreDo you write letters to lots of different people? One good place to keep those addresses is in AutoText entries. They are ...
Discover MoreMany people use AutoText to enhance their use of Word. If you've invested significant time in customizing AutoText to ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments