| SENDKEYS | 
| SENDKEYS(string [,wait]) | 
| Sends keystrokes to an application. | 
| string | The keystrokes to send. | 
| wait | (Optional) True - keystrokes must be processed before control is returned to the procedure. False - control is returned to the procedure immediately after the keys are sent. | 
| REMARKS | 
| * For more information, refer to the Macros > SendKeys page. * For the Microsoft documentation refer to learn.microsoft.com | 
Application.SendKeys "{~}"      'Enter  
Application.SendKeys "^{F1}"    'Ctrl + F1  
Application.SendKeys "^s"       'Ctrl + S  
Application.SendKeys ("^s")     'Ctrl + S  
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top