![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Word > Fields > Mail Merge > SET |
| SET bookmark "text" | |
| Defines the information represented by the specified bookmark name. You can refer to the bookmark in a macro or include it in another field, such as IF. To print the information, you must insert a REF or BOOKMARK field in the document. |
| bookmark | The bookmark name that will represent the information — for example, InterestRate. | |
| text | Information represented by the bookmark Enclose text in quotation marks; numbers don't require quotation marks The information can be the result of a nested field. |
| REMARKS |
| EXAMPLES | |
| { SET EnteredBy "Maria Gerard" } { SET UnitCost 25.00 } { SET Quantity { FILLIN "Enter number of items ordered:" } } { SET SalesTax 10% } |
| Fields - S | Index - S | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |