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

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -