I am trying to retrieve the Tab Color from Excel 2003.
I can locate the Tab Color Dialog on Format -> Sheet-> Tab Color...; but when you right click on the tab, the tab color selection does not appear.
I have repaired using Detect and Repair, I have reinstalled Office 2003.
I do seem to find the appropriate right context menu name to make it visible using:
Application.CommandBars(name).(control name).visible = True
Does someone have a listing of the right context menu names or an Option I am not seeing. I also have installed Excel 2000 as well. I have Google it as well for the info to no avail.
Thanks for any assistance in advance.
I can locate the Tab Color Dialog on Format -> Sheet-> Tab Color...; but when you right click on the tab, the tab color selection does not appear.
I have repaired using Detect and Repair, I have reinstalled Office 2003.
I do seem to find the appropriate right context menu name to make it visible using:
Application.CommandBars(name).(control name).visible = True
Does someone have a listing of the right context menu names or an Option I am not seeing. I also have installed Excel 2000 as well. I have Google it as well for the info to no avail.
Thanks for any assistance in advance.