View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tkt_tang@hotmail.com is offline
external usenet poster
 
Posts: 92
Default Re : Excel Control-"C" to Copy an ActiveCell

It appears that the following VBA statement,

Application.SendKeys ("^C")

does not copy the ActiveCell (as per intention), but why ?

Please share your experience. Regards.