Microsoft Office Word: Difference between revisions
Jump to navigation
Jump to search
(New page: == Keyboard Shortcuts == {| class="wikitable" !Shortcut !Description !Custom |- |'''Alt-F9''' |Toggle view/hide '''field''' code | |- |'''Ctrl-F9''' |Create a new '''field''' | |} == Tip...) |
(→Fields) |
||
Line 21: | Line 21: | ||
=== Fields === |
=== Fields === |
||
* The '''Seq''' field ([http://office.microsoft.com/en-us/word/HP051861901033.aspx?pid=CH061047291033]) |
* The '''Seq''' field ([http://office.microsoft.com/en-us/word/HP051861901033.aspx?pid=CH061047291033]) |
||
<div style="padding-left:2em;"> |
|||
{| class="wikitable" |
|||
|- |
|||
!Field code |
|||
!Result |
|||
|- |
|||
|{ SEQ MySeq \# 000 \* MERGEFORMAT } |
|||
|000<br>001<br>002 |
|||
|} |
|||
</div> |
|||
* The '''= (formula)''' field |
* The '''= (formula)''' field |
||
** ''Invalid character setting'' error → see [[#Troubleshoot|section below]] |
** ''Invalid character setting'' error → see [[#Troubleshoot|section below]] |
Revision as of 16:05, 7 October 2009
Keyboard Shortcuts
Shortcut | Description | Custom |
---|---|---|
Alt-F9 | Toggle view/hide field code | |
Ctrl-F9 | Create a new field |
Tips
- Creating cross-references in Word (See [1])
Fields and Switches
Fields
- The Seq field ([2])
Field code | Result |
---|---|
{ SEQ MySeq \# 000 \* MERGEFORMAT } | 000 001 002 |
- The = (formula) field
- Invalid character setting error → see section below
Field switches
- The format (\*) field switch ([3])
- The Numeric Picture (\#) field switch ([4])
- Examples: { = 4 + 5 \# 00.00 } displays "09.00", { = 9 + 6 \# $### } displays "$ 15", { = 111053 + 111439 \# x## } displays "492", { = 1/8 \# 0.00x } displays "0.125".
Troubleshoot
- Invalid character setting error when using the = (formula) field