Hi,
I am trying to change the tab colour with a macro and the Appl.Dialogs command. Please help…its not working?!
Sub Test()
myC = Application.Dialogs(xlDialogColorPalette).Show
ActiveSheet.Tab.Color = myC
End Sub
How do I get the colour I choose in the dialog to become the tab colour?
TX