![]() |
|
#1
|
|||
|
|||
|
How do I include a character from the Character Map in my VBA code ?
For example, I want to use a "Full Block" with the code "U+2588:Full Block" from the Character Map in my Selection.TypeText Text:= "hello" line. Thanks ! |
|
#2
|
||||
|
||||
|
For me, the macro recorder returns:
Selection.InsertSymbol Font:="Garamond", CharacterNumber:=9608, Unicode:= True (Garamond just happens to be the font I'm using) Or you could use: Selection.TypeText ChrW(&H2588)
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Excellent. Thanks!
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Character Palette is where?
|
DrHemlock | Word | 4 | 05-04-2012 06:06 PM |
Character that looks like a space but isn't!
|
simjambra | Word | 3 | 12-08-2011 04:36 PM |
| character set | bobster | Word | 0 | 06-07-2011 10:17 AM |
tab key arrows first character
|
carolinason | Word | 6 | 10-30-2010 06:45 PM |
| Bullet Character | bixby | Office | 2 | 10-27-2010 02:35 PM |