![]() |
#1
|
|||
|
|||
![]()
Hello,
I have the following macro which I thought would remove fountain fills: Code:
Sub convertfountain() Dim s as shape For Each s In ActivePage.FindShapes If s.Fill.Type = cdrFountainFill Then s.Fill.UniformColor.CMYKAssign 0, 0, 0, 0 End If Next s End Sub Chris (Hunt) |
#2
|
||||
|
||||
![]()
What version of CorelDRAW are you trying this in. I tried your code in X3 and it worked fine. Fountain Fills were changed to white the first them. I then manual changed there color to something else, and the script ignored them like it should.
Thanks, Shelby |
#3
|
|||
|
|||
![]()
Hi Shelby,
Thanks for the reply, I'm using version 12. Chris |
#4
|
||||
|
||||
![]()
No pc here so my guess is - use applyfill method if there is one - the problem is that you do not change fill type
|
![]() |
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 |
Problem with CopyToIllustrator macro under CorelDRAW X3 | Soloway | Macros/Add-ons | 12 | 18-03-2006 22:05 |
Problem with shortcut key and macro | knowbodynow | Macros/Add-ons | 3 | 10-03-2006 05:15 |
Removing mesh fills | Wendy Hurst | General | 5 | 01-11-2005 14:12 |
Problem with Page Numbering macro | pmills | Macros/Add-ons | 1 | 07-05-2005 08:49 |
problem with script or macro. | Dr Morpheus | CorelDRAW/Corel DESIGNER VBA | 1 | 12-02-2004 13:46 |