Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JoeGilligan

    Perl OLE Question

    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...
  2. JoeGilligan

    How do you send an array from Perl to Visio with OLE

    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...

Part and Inventory Search

Back
Top