Copies a color palette from an open workbook to the active workbook. Use COLOR.PALETTE to share color palettes between workbooks.
Syntax
COLOR.PALETTE(file_text)
COLOR.PALETTE?(file_text)
File_text is the name of a workbook, as a text string, that you want to copy a color palette from. The workbook specified by file_text must be open, or COLOR.PALETTE returns the #VALUE! error value and interrupts the macro. If file_text is empty text (""), then COLOR.PALETTE sets colors to the default values.
Related Function
EDIT.COLOR Defines a color on the color palette
Return to index