Unable to send ALT + Insert using sendkeys in vba -


i send alt+insert in vba. not working please suggest.

sendkeys "%[insert]" // work insert. 

use application.sendkeys

sub test1()     application.sendkeys ("%{insert}")     doevents end sub 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -