View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James[_31_] James[_31_] is offline
external usenet poster
 
Posts: 1
Default Display Clipboard in Excel

In Excel 2002, I'm using the vba code:

application.displayclipboardwindow = true

to display the clipboard in the task pane. I get a
method failure message. What am I doing wrong? Is there
another way of doing it?