![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is it possible to create a macro (if not already existing) that carries out the same function when loading a blank graphic and text style template?
You see...just to explain...we work on drawings and graphic and text styles become extensive because of different users and such. We prepare the drawing(s) to be released for production and before that can happen, the procedure is to load a blank (*.cdt) graphic and text style template to start fresh and then release the drawing. -Greg |
#2
|
||||
|
||||
![]()
If you are using X3, Os has a Macro that will allow you to open and save without Styles, I know it does color, not sure about text.
You can find here: CorelDRAW VBA macros by wOxxOm Look under the Productivity section and it is called: patch DRAW X3 behaviour on-the-fly -Shelby |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
My bad, ok this should to the trick.
LoadStyleSheet(FileName As String) or the code might look like: Code:
Sub LoadBlankStyleSheet() ActiveDocument.LoadStyleSheet "C:\Users\Shelby\Desktop\CORELDRWRGB.CDT" End Sub -Shelby |
#5
|
|||
|
|||
![]()
okay...will try this. thanks Shelby.
|
#6
|
|||
|
|||
![]()
SUCCESS!! thanks again Shelby.
-Greg |
![]() |
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 |
Macro Reqd For Color Styles | ginc | Macros/Add-ons | 1 | 03-12-2008 09:53 |
In need of macro to import multiple GIF's onto template | opinionsrfun | CorelDRAW/Corel DESIGNER VBA | 31 | 12-10-2007 14:22 |
How I can create blank GMS in CDX3? | geHucKa | CorelDRAW/Corel DESIGNER VBA | 2 | 10-04-2006 17:16 |
Text and Graphics Styles | mlucior | CorelDRAW/Corel DESIGNER VBA | 0 | 03-04-2006 17:29 |
Text and color styles | shaevtchac | CorelDRAW/Corel DESIGNER VBA | 0 | 03-01-2006 16:56 |