Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this:
With Application .CommandBars("Sheet").Controls(2).Copy .CommandBars(1), 4 .CommandBars(1).Controls(4).Caption = "shtHid" End With Is that what you meant? Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca x taol wrote: With Application .CommandBars("Sheet").Controls(2).Copy .CommandBars(1), 4 End With this code work well. but i want to change the name with "shtHid" using VBA. *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop dwn menu. Formula to count selection frm menu in anoth cell? | Excel Worksheet Functions | |||
filter dropdown menu so 2nd drop menu is customized | Excel Worksheet Functions | |||
Adding Sub Menu Item to Current Custom Menu | Excel Programming | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming |