![]() |
#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!
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
DrHemlock | Word | 4 | 05-04-2012 06:06 PM |
![]() |
simjambra | Word | 3 | 12-08-2011 04:36 PM |
character set | bobster | Word | 0 | 06-07-2011 10:17 AM |
![]() |
carolinason | Word | 6 | 10-30-2010 06:45 PM |
Bullet Character | bixby | Office | 2 | 10-27-2010 02:35 PM |