Hey Everyone,
I am trying to write a Perl script that uses Visio to draw a 'connector' that is attached to two rectangles, however, I am having trouble getting the connector object to draw.
I have:
Code: ( perl )
our $Visio = Win32::OLE->new('Visio.Application') or die "Cannot locate...
Hi. I am trying to run a Visio macro from Perl using the Win32::OLE library. For my program I need to draw a spline. The argument it requires to create this must be an xyarray.
the VBA command to make this is...
ThisDocument.DrawSpline(xyarray, Tolerance, Flag)
I know the VBA array is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.