Help for this page

Select Code to Download


  1. or download this
    #!/usr/ym/util/perl
    use Win32::OLE; 
    ...
    
    #return the values
    print "($output1, $output2)\n";
    
  2. or download this
    Sub Bridge_To_MathCad()
        
    ...
        'Return to Excel sheet
        ActiveSheet.Select
    End Sub