View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dennis W. Bulgrien Dennis W. Bulgrien is offline
external usenet poster
 
Posts: 11
Default Where is Clipboard

Visual Basic has a Clipboard object, e.g.
http://support.microsoft.com/default...b;en-us;247412
How is the clipboard accessed from Excel VBA?
All I want to do is Clipboard.SetText "hello"!