View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default Clipboard.GetText

In VB6 I can get the (text) contents of the system clipboard within my app

Debug.Print Clipboard.GetText

I can't seem to do this in VBA. Is there a way to get the clipboard text
into my procedures?

Thanks