Thread: SendKeys
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default SendKeys

SendKeys is quirky and unreliable. I would never use it in a commercial
application.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)


"Martin Fishlock" wrote in message
...
Ankur,

SendKeys sends one or more keystrokes to the active window as if typed at
the keyboard.

Look in Excel VBA help under:

SendKeys Statement
SendKeys Method

of details and the parameters.
--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"ankur" wrote:



Dear All,

I wish all the forum members a great New Year...

Could anyone tell me what are sendKeys used for and what are they?

Also it wud be great if someone answers the following...

where to find a list of the sendkeys parameters.

In particular send the keys (CTRL S) to save.


Thanks
Ankur