How to change the format of the line end for controller dimensions

D

David

I've been looking at the ActiveWindow.Selection.Item(x) objects and am
trying to figure out how to change the arrow style for a controller
dimension with VBA. Can anyone help me out with this?

Thanks,

David
 
J

John

Hello David,

Well the macro recorder turns up the following:

..CellsSRC(visSectionObject, visRowLine, visLineEndArrow).FormulaU = "13"

So you could experiment with that.

NB The Selection property of ActiveWindow returns a collection of shape
object that could be none, one or more depending on what's selected. If
you're using this procedure more than a couple of times you might want to
add some code that checks that you'e retreived the particular shape that
you're after.

Best regards

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top