![]() |
#1
|
|||
|
|||
![]()
how to fill a shape with spot color by name
e.g. I want to fill Pantone 117C by VBA |
#2
|
||||
|
||||
![]()
You can do this by the index like this:
Code:
ActiveSelection.Fill.UniformColor.PaletteAssign "PANTONE® solid coated", 44 Code:
ActiveSelection.Fill.UniformColor.StringAssign "SPOT,PANTONEC,47,100,fc6ccd74-10a8-4152-8901-a51facb47785,~,PANTONE 117 C,2,CMYK255,USER,5,56,255,38,100,00000000-0000-0000-0000-000000000000,~,RGB255,USER,196,158,13,100,00000000-0000-0000-0000-000000000000,~,fc6ccd74-10a8-4152-8901-a51facb47785,PANTONE 117 C" -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 |
Fill a shape with Circles | biok | CorelDRAW/Corel DESIGNER VBA | 13 | 05-03-2011 13:00 |
Spot color color.toString value changes between docs | runflacruiser | CorelDRAW/Corel DESIGNER VBA | 3 | 12-11-2010 09:50 |
Spot color difference invloving X5 | runflacruiser | CorelDRAW/Corel DESIGNER VBA | 3 | 06-05-2010 18:40 |
Creating an alert for custom spot color. | FlashOverX | General | 8 | 26-04-2006 07:51 |
Spot Color Replacer | click101 | CorelDRAW CS | 2 | 15-01-2003 10:06 |