From: zhefran on
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.
From: zhefran on
On 11 май, 16:49, zhefran <zhef...(a)gmail.com> wrote:
> 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.

Commandbars.ExecuteMso("msoname")
From: zhefran on
On 11 май, 16:49, zhefran <zhef...(a)gmail.com> wrote:
> 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.

Commandbars.ExecuteMso("msoname")