Prev: Update - Microsoft Responds to the Evolution of Community
Next: PCI Bridge Drivers on Fujitsu T4215?
From: zhefran on 11 May 2010 09:49 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 13 May 2010 11:01 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 13 May 2010 11:02
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") |