Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
myColor = Application.Dialogs(xlDialogColorPalette)
will return the palette but it will not allow you to select the color and store it in the variable. Seem sort of dumb to me, but I tried two or three different approaches and it keeps saying it can't get the value. Think it over and see what else you can do. "Steven" wrote: Thank you for the response. What I am looking for is to open up the palate so they can choose their own color. "JLGWhiz" wrote: With ActiveSheet.ActiveCell .Interior.ColorIndex = 5 .Font.ColorIndex = 1 End With "Steven" wrote: What code do I use on a command button that will let the user choose a color for interior and font. Thanks you, Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
All colors in Office documents are grayscale, how do I see colors | Excel Discussion (Misc queries) | |||
Used drawing colors in shapes....lost default colors for "Fill Col | Excel Discussion (Misc queries) | |||
Worksheet formatting (fill colors & text colors) disappeared | Excel Discussion (Misc queries) | |||
Lost highlighting and font colors; background colors on web pages | Excel Discussion (Misc queries) | |||
Can't format font colors or cell fill-in colors | Excel Discussion (Misc queries) |