ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   What does the "Paste Special Dropdown" popup menu do? (https://www.excelbanter.com/excel-programming/318972-what-does-paste-special-dropdown-popup-menu-do.html)

R Avery

What does the "Paste Special Dropdown" popup menu do?
 



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

Dave Peterson[_5_]

What does the "Paste Special Dropdown" popup menu do?
 
Try this:

Copy a cell.
Now find the Paste Icon on the standard toolbar (looks like a clipboard).

There's a dropdown arrow next to this icon (new in xl2002????).

Click on that dropdown arrow and you'll see some choices you get via this popup.

R Avery wrote:

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


--

Dave Peterson

R Avery

What does the "Paste Special Dropdown" popup menu do?
 
Thanks!

Dave Peterson wrote:
Try this:

Copy a cell.
Now find the Paste Icon on the standard toolbar (looks like a clipboard).

There's a dropdown arrow next to this icon (new in xl2002????).

Click on that dropdown arrow and you'll see some choices you get via this popup.

R Avery wrote:

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





All times are GMT +1. The time now is 04:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com