![]() |
#1
|
|||
|
|||
![]()
Hello,
How to control character spacing in code ,I try to save a macro to find out but all I got is >>>>> ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ' Recording of this command is not supported: TextEdit ![]() any advice...? Thank you, |
#2
|
||||
|
||||
![]()
Text spacing is controled via CharSpacing, I would also recommend changing the WordSpacing at the same time, so something lie:
Code:
Sub SetCharSpacing() Dim s As Shape Set s = ActiveShape s.Text.Story.CharSpacing = 200 s.Text.Story.WordSpacing = 200 End Sub -Shelby |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
break until single character | nikhiscd | CorelDRAW/Corel DESIGNER VBA | 3 | 22-06-2008 05:26 |
non-printing character??? | bprice | CorelDRAW/Corel DESIGNER VBA | 2 | 28-05-2008 06:42 |
Characters to the right of a special character | norbert_ds | CorelDRAW/Corel DESIGNER VBA | 3 | 03-05-2007 21:59 |
insert a character by vba | beny04 | CorelDRAW/Corel DESIGNER VBA | 8 | 16-05-2005 03:45 |
how to insert a character CHR(216)? | ama | CorelDRAW/Corel DESIGNER VBA | 2 | 17-03-2004 08:55 |