View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud Bill Renaud is offline
external usenet poster
 
Posts: 417
Default Macro to Paste Data in Non-Office Program

See the "SendKeys Statement" in Visual Basic Help.

SendKeys "^V", True

....should send the Ctrl+c to the application, causing it to "paste from
clipboard".

--
Regards,
Bill Renaud