Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank You Tom
"Tom Ogilvy" wrote: If it has its own menu bar and it is named "Excel&Shield" then: Sub test() set cb = Application.CommandBars("Excel&Shield") cb.Controls(cb.count).Caption ="A&bout" End Sub But why would you want to set the caption? Do you want to just display it Sub test() Application.CommandBars("Excel&Shield"). _ .Controls("A&bout").excecute End Sub -- Regards, Tom Ogilvy "ernie" wrote: I have this software installed with excel. its call ExcelShield. i need to create a code to access "About" from ExcelShield menu bar. I 'm trying the code below but it does not work: Sub test() Application.CommandBars("Worksheet Menu Bar").Controls.Application.CommandBars("Excel&Shie ld").Caption = _ "A&bout" End Sub i need help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Stop users from accessing "Protection" option from "Tools" menu | Excel Programming | |||
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals | Excel Programming | |||
save and restore "Workbook Menu Bar" & "Cell" menus | Excel Programming | |||
Make "Worksheet Menu Bar" invisible or Delete/hide it's buttons | Excel Programming |