Hello I am looking to create a button on my worksheet, then when it is clicked i want it to prompt to ask what cell to colour then to show the colour palette to choose the interior colour
This is all i have so far
Thanks
This is all i have so far
Code:
Sub MyColors() ' brings up the colors dialog
Application.Dialogs.Item(xlDialogColorPalette).Show
End Sub
Thanks