WD: Unable to See List of Merge FieldsLast reviewed: February 5, 1998Article ID: Q105745 |
The information in this article applies to:
SYMPTOMSIf there are many fields in your data document, or if the fields have very long names, you may be unable to see the list of field names when you click the Insert Merge Field button in the main document. Instead, a long line will appear along the left side of the screen, or only the last few field names will appear.
CAUSEWord is actually displaying the list of merge field names, but the list is moved off the left edge of the screen. The long vertical line that appears is actually the right edge of the box of names. This problem is less noticeable on video cards with higher resolutions.
WORKAROUNDSMove the Insert Merge Field button to the right side of the Mail Merge toolbar. -or- Create the following macro that opens the Insert Field dialog box and add the macro to the Mail Merge toolbar:
Word 6.x, 7.x: Sub MAIN Dim DLG As InsertMergeField GetCurValues DLG If Dialog(DLG) Then InsertMergeField DLG End Sub Word 97: Sub InsertMergeField() Application.Dialogs(wdDialogInsertMergeField).Show End Sub Form LettersWith the insertion point where you want your first field, press ALT+SHIFT+F. This brings up another Insert Merge Field dialog box. Select the field you want and choose OK.
EnvelopesUse a smaller data document, one that contains only those fields you will actually merge. -or-
LabelsUse a smaller data document, one that contains only those fields you will actually merge -or-
Microsoft provides examples of Visual Basic for Applications procedures for illustration only, without warranty either expressed or implied, including, but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures in this article are provided 'as is' and Microsoft does not guarantee that they can be used in all situations. While Microsoft support engineers can help explain the functionality of a particular macro, they will not modify these examples to provide added functionality, nor will they help you construct macros to meet your specific needs. If you have limited programming experience, you may want to consult one of the Microsoft Solution Providers. Solution Providers offer a wide range of fee-based services, including creating custom macros. For more information about Microsoft Solution Providers, call Microsoft Customer Information Service at (800) 426-9400.
|
KBCategory:
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |