Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel should have a "Copy absolute formulas " in Paste Special. PaleRider Excel Discussion (Misc queries) 6 October 29th 09 09:56 PM
Why would "paste special" disappear as an option in Excel JI Charts and Charting in Excel 1 October 17th 08 07:53 PM
how to copy a pivot table and "paste special" formats in excel 07 kswan Excel Discussion (Misc queries) 1 October 16th 07 01:27 PM
if "a" selected from dropdown menu then show "K" in other cell LEGALMATTERS Excel Worksheet Functions 1 April 13th 06 06:05 PM
I would like to copy & "paste special" an entire book rb Excel Worksheet Functions 2 February 7th 06 08:10 PM


All times are GMT +1. The time now is 11:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"