![]() |
#1
|
||||
|
||||
![]()
Is it possible to select the same font used
instead of manually selecting one at a time? I have some files where there are diff fonts used and Select All Fonts doesnt cut it. Using X4 & 2019 |
#2
|
||||
|
||||
![]()
You could do something like this. Select a line of Text and then run the following macro. It will select all others lines of text on the current page that have the same font.
Code:
Sub SelectSameFont() Dim s As Shape Dim srText As ShapeRange Set s = ActiveShape Set srText = ActivePage.Shapes.FindShapes(Type:=cdrTextShape) srText.Shapes.FindShapes(Query:="@com.text.story.font = '" & s.Text.Story.Font & "'").CreateSelection End Sub |
![]() |
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 |
Font displaying while going thru font list | signweld | General | 2 | 19-03-2008 10:42 |
Font Collection | Booker | CorelDRAW/Corel DESIGNER VBA | 1 | 18-05-2006 11:05 |
Select specified text, change font size? | fiddler2b | CorelDRAW/Corel DESIGNER VBA | 3 | 23-04-2006 09:11 |
Font transform | Zizy | Macros/Add-ons | 20 | 28-11-2005 02:43 |
Font Problem | excessiveforce | General | 5 | 24-10-2005 22:14 |