Thread: SendKeys Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ankur ankur is offline
external usenet poster
 
Posts: 43
Default SendKeys Help


Hi All,

I need to do CTRL A and CTRL C to copy all the data in a webpage.
Can anyone tell me if this syntax is right ?

Application.SendKeys ("^{A}")
Application.SendKeys ("^{C}")

Many Thanks
Ankur