Activate

21 views
Skip to first unread message

Sven S

unread,
May 4, 2011, 1:33:01 PM5/4/11
to excel vba
Hello!

Is it possible to aktivate e.g. "inkingstart"-menu with vba? I want to
start inking with a digi pen, but before I can start inking, I have to
go to "inkingstart" menu --> pencil...

Many Thanks!

Regards
Sven

Dale Newton

unread,
Jan 8, 2016, 11:30:58 PM1/8/16
to excel vba, sven...@web.de

Put this in an Autohtkey script:

handle := ComObjActive("Excel.Application")
handle.Application.CommandBars.ExecuteMso("InkingStart")

Or use this in a macro:

Application.CommandBars.ExecuteMso "InkingStart"
Reply all
Reply to author
Forward
0 new messages