G
Gary
I have a drawing where the user used the Ink. I believe the Ink shape is not
supported by VBA code. My objective to to make all of the Ink shapes wider.
I can do tis with the menu selection, by the CommandBars. I do run into the
problem of how do I select which Ink Thickness using the CommandBars in VBA???
For example
CommandBar("Menu Bar").Controls("Ink") - I don't know how to select the
ink weight here!! I have also following the command with
..accDoDefaultAction and it works in access and Visio. Is there a visio one I
could use???
Or I couuld do:
CommandBar("Ink").Controls("Ink Thickness") - there is a drop down showing
various thickness. I try somethngs, it didn't work. I know the command bar
works because I was able to select a pen. If you can tell me how to select
the Ink Thickness, I will have the problem solved.
There is a third option: convert the ink shapes over (using the convert ink
to geometry) and I have VBA control in seting the line width. I don't know
how to select the "Convert Ink To Geometry" using VBA code??? I know that I
must select the object and then right click it. I would prefer the above 2
methods if possible.
Any help is deeply appreciated!!!!
It seems no-one is responding to this. Either this is a dumb question and
its off the normal track.
Thanks,
Gary
supported by VBA code. My objective to to make all of the Ink shapes wider.
I can do tis with the menu selection, by the CommandBars. I do run into the
problem of how do I select which Ink Thickness using the CommandBars in VBA???
For example
CommandBar("Menu Bar").Controls("Ink") - I don't know how to select the
ink weight here!! I have also following the command with
..accDoDefaultAction and it works in access and Visio. Is there a visio one I
could use???
Or I couuld do:
CommandBar("Ink").Controls("Ink Thickness") - there is a drop down showing
various thickness. I try somethngs, it didn't work. I know the command bar
works because I was able to select a pen. If you can tell me how to select
the Ink Thickness, I will have the problem solved.
There is a third option: convert the ink shapes over (using the convert ink
to geometry) and I have VBA control in seting the line width. I don't know
how to select the "Convert Ink To Geometry" using VBA code??? I know that I
must select the object and then right click it. I would prefer the above 2
methods if possible.
Any help is deeply appreciated!!!!
It seems no-one is responding to this. Either this is a dumb question and
its off the normal track.
Thanks,
Gary