Please help!
How to get Color Pallete Name of a spot color using VBA code?
In fact, I want to determine if a spot color is from the Document Pallete of from fixed palletes, but I don't know how to do that
Thank you
Spot color from pantone on my system say Pantone the number and a C or U. All colors are added to the document palette.
I forgot to mention that I want to do that via VBA
I think you can check if Color.PaletteIdentifier is "58c60f19-3e55-4b12-ad9f-d5024076fedc"
Thank you!