Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub dslghlkshgl() Dim CB As CommandBar, i As Long i = 5 For Each CB In CommandBars If CB.Type = msoBarTypePopup Then Debug.Print CB.Name CB.ShowPopup 'Sleep 3000 'Cells(i, 1) = CB.Name i = i + 1 End If Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should have a "Copy absolute formulas " in Paste Special. | Excel Discussion (Misc queries) | |||
Why would "paste special" disappear as an option in Excel | Charts and Charting in Excel | |||
how to copy a pivot table and "paste special" formats in excel 07 | Excel Discussion (Misc queries) | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions | |||
I would like to copy & "paste special" an entire book | Excel Worksheet Functions |