-----------8<--------
When I manually open an Excel file, it bring up a dialog box
  stating that the "workbook contains links to other data sources"
  and asking if the data should be updated.  
-----------8<--------

Try and see if you can supress the pop up with this:-

$Excel->{DisplayAlerts} = 0;

If not you may have to fudge something with Win32::GuiTest


Just in

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to