As described in Cut and Copy above, Office
now ships with a multiple clipboard across all
applications, Excel, Word, etc. This option, (in
Excel XP and up), displays the Office clipboard
task pane.
VBA
Sub CopyData()
'Displays the Office clipboard task pane.
Application.DisplayClipboardWindow = True
End Subzdfgadfgdafgdf