Discussion:
ink automation in Word 2007
(too old to reply)
zhefran
2010-05-11 13:49:23 UTC
Permalink
In word 2003 it was not very hard.
In VBA i wrote something like this:
CommandBars("Annotation Pens").Controls.Item(n).Execute
In word 2007 it's don't work.

Have somebody any ideas how run ink annotations with macro in word
2007?
I need color changing and pen thickness.
zhefran
2010-05-13 15:01:57 UTC
Permalink
Post by zhefran
In word 2003 it was not very hard.
  CommandBars("Annotation Pens").Controls.Item(n).Execute
In word 2007 it's don't work.
Have somebody any ideas how run ink annotations with macro in word
2007?
I need color changing and pen thickness.
Commandbars.ExecuteMso("msoname")
zhefran
2010-05-13 15:02:05 UTC
Permalink
Post by zhefran
In word 2003 it was not very hard.
  CommandBars("Annotation Pens").Controls.Item(n).Execute
In word 2007 it's don't work.
Have somebody any ideas how run ink annotations with macro in word
2007?
I need color changing and pen thickness.
Commandbars.ExecuteMso("msoname")

Continue reading on narkive:
Loading...