PDA

View Full Version : inkingstart macro



Knock83
01-30-2015, 02:39 AM
Hi, I need a excel start inking macro so I can auto select the inking feature.

Thanks

Bob Phillips
01-30-2015, 03:50 AM
And we need a proper explanation of what you are trying to do, what problem you are trying to solve, not an incomprehensible high-level tag line.

Knock83
01-30-2015, 04:15 AM
Basically what I was after is a macro when selected it activities the inking feature on Excel 2010

The MS Word vba code is: ActiveDocument.CommandBars.ExecuteMso ("InkingStart")

Which Works in word. How would you translate this to work in an excel 2010 document?