![]() |
|
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Aug 2002
Location: Hong Kong, China
Posts: 304
|
Below code can list 10 items but I can only find 9 on the menu bar, where is the eighth one, i.e. between "Data(D)" and "Window(W)"
Thanks Code:
With Application.CommandBars(1)
i = 1
For Each c In .Controls
Cells(i, 1) = c.Caption
Cells(i, 2) = c.ID
i = i + 1
Next
End With
|
|
|
|
|
|
#2 |
|
Join Date: Nov 2002
Location: Cornwall UK
Posts: 589
|
I am beginning to think that it is a redundant control, it is mentioned around xl97 time but is certainly not active in 2002, even using Alt+c has no effect.
It is also mentioned as the 8th control on the chart menu but again does not appear to be active in any way.
__________________
Never too old to learn... |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|