G
Gary
How do I determine if an object is Type Ink?
I wish to find all abjects of Type Ink and Change the Ink Width. I have
some code that loops through and find all objects.
How would I also determine the x-y location of an object in inches or twips???
Will this work??
Set shp = AppVisio.Application.ActivePage.Shapes("Sheet.4")
If shp.Cells("PinX").Formula > 1.25 Then
I am trying to determine some objects and rename them.
Thanks,
Gary
I wish to find all abjects of Type Ink and Change the Ink Width. I have
some code that loops through and find all objects.
How would I also determine the x-y location of an object in inches or twips???
Will this work??
Set shp = AppVisio.Application.ActivePage.Shapes("Sheet.4")
If shp.Cells("PinX").Formula > 1.25 Then
I am trying to determine some objects and rename them.
Thanks,
Gary