Private Sub Command1_Click() AppActivate "Tibia" SendKeys "(^left)" SendKeys "(^LEFT)" SendKeys "(^DOWN)" SendKeys "(^RIGHT)" End Sub