Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
I see this kind of assertion in posts a lot: "I typed 2212 in my document and
then hit ALT+x and it converted the 2212 to a true minus sign." I gather this functionality was added after Word 2000. Can anyone provide the VBA equivalent of this operation so I can add it to my toolset? Bear -- Windows XP, Word 2000 |
#2
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
The Word command listed in Undo for this action is Toggle Character Code. A
recorded macro also reflects this: Sub Macro1() ' ' Macro1 Macro ' Macro recorded Friday, May 18, 2007 by Suzanne S. Barnhill ' Selection.ToggleCharacterCode End Sub Note that the code (2212 in this case) does not, however, need to be selected for this to work provided Alt+X is pressed immediately after typing the numbers. You can, however, select any character in the document and press Alt+X to get its corresponding character code. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Bear" (nospam) wrote in message ... I see this kind of assertion in posts a lot: "I typed 2212 in my document and then hit ALT+x and it converted the 2212 to a true minus sign." I gather this functionality was added after Word 2000. Can anyone provide the VBA equivalent of this operation so I can add it to my toolset? Bear -- Windows XP, Word 2000 |
#3
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
Suzanne:
Thanks for the information. I guess I'm out of luck, because I just can't find that command in Word 2000. It's not in the list of Word commands available in the Macros dialog box, and VBE won't react to it when I type it in. No mention in the Help either. Must be a later innovation. I wonder if I can cobble together an approximation. Bear -- Windows XP, Word 2000 "Suzanne S. Barnhill" wrote: The Word command listed in Undo for this action is Toggle Character Code. A recorded macro also reflects this: Sub Macro1() ' ' Macro1 Macro ' Macro recorded Friday, May 18, 2007 by Suzanne S. Barnhill ' Selection.ToggleCharacterCode End Sub Note that the code (2212 in this case) does not, however, need to be selected for this to work provided Alt+X is pressed immediately after typing the numbers. You can, however, select any character in the document and press Alt+X to get its corresponding character code. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Bear" (nospam) wrote in message ... I see this kind of assertion in posts a lot: "I typed 2212 in my document and then hit ALT+x and it converted the 2212 to a true minus sign." I gather this functionality was added after Word 2000. Can anyone provide the VBA equivalent of this operation so I can add it to my toolset? Bear -- Windows XP, Word 2000 |
#4
![]()
Posted to microsoft.public.word.pagelayout
|
|||
|
|||
![]()
It *is* a later innovation.
-- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Bear" (nospam) wrote in message ... Suzanne: Thanks for the information. I guess I'm out of luck, because I just can't find that command in Word 2000. It's not in the list of Word commands available in the Macros dialog box, and VBE won't react to it when I type it in. No mention in the Help either. Must be a later innovation. I wonder if I can cobble together an approximation. Bear -- Windows XP, Word 2000 "Suzanne S. Barnhill" wrote: The Word command listed in Undo for this action is Toggle Character Code. A recorded macro also reflects this: Sub Macro1() ' ' Macro1 Macro ' Macro recorded Friday, May 18, 2007 by Suzanne S. Barnhill ' Selection.ToggleCharacterCode End Sub Note that the code (2212 in this case) does not, however, need to be selected for this to work provided Alt+X is pressed immediately after typing the numbers. You can, however, select any character in the document and press Alt+X to get its corresponding character code. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Bear" (nospam) wrote in message ... I see this kind of assertion in posts a lot: "I typed 2212 in my document and then hit ALT+x and it converted the 2212 to a true minus sign." I gather this functionality was added after Word 2000. Can anyone provide the VBA equivalent of this operation so I can add it to my toolset? Bear -- Windows XP, Word 2000 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mailmerge: First Record in stead of Next Record | Mailmerge | |||
Last Record | Mailmerge | |||
FIRST RECORD | Mailmerge | |||
Record 21 was an empty record | Mailmerge | |||
Mailmerging graphics only works on first record - how can I get Word to print a new graphic for each record? | Mailmerge |