![]() |
#1
|
||||
|
||||
![]()
Hey Everyone,
Quick question... does anyone know of a way to automatically "revert to objects" when importing symbols? Thanks, Brock |
#2
|
||||
|
||||
![]()
A little CQL will do the trick to find the symbols, this will revert all symbols on your page. You may want to modify to the selection after the import.
Code:
Sub RevertSymbols() Dim s As Shape Dim sr As ShapeRange Set sr = ActivePage.Shapes.FindShapes(Query:="@type = 'symbol'") For Each s In sr.Shapes s.Symbol.RevertToShapes Next s 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 |
Automatically Populating a userform | norbert_ds | CorelDRAW/Corel DESIGNER VBA | 11 | 15-06-2007 18:41 |
How to merge pictures automatically? | WCM | Macros/Add-ons | 1 | 18-07-2006 13:02 |
Can I automatically import a workspace (.XSLT)? | annedeblois | General | 0 | 12-07-2006 11:38 |
First letter of text object changes to uppercase automatically | Alex | FAQ | 1 | 16-05-2005 15:23 |
Creating a menu automatically | clausm | CorelDRAW/Corel DESIGNER VBA | 1 | 30-03-2004 10:07 |