<html>
<body>
At 08:11 PM 5/15/2003 +0200, thor vollset wrote:<br><br>
<blockquote type=cite class=cite cite><font face="arial" size=2># this
script runs the &quot;Skrivut883&quot; macro</font><br>
<font face="arial" size=2># when excels quits - the user are prompted to
save - is there a way to avoid this prompt?</font><br>
&nbsp;<br>
<font face="arial" size=2>from win32com.client import Dispatch<br>
myExcel = Dispatch('Excel.Application')<br>
myExcel.Visible = 1<br>
myExcel.Workbooks.Add('c:\Termoetiketter1_2.xls')<br>
myExcel.Run('Skrivut883')<br>
myExcel.Quit()</font><font face="arial"></font></blockquote><br>
The macro should either save or close the workbook.<br>
<x-sigsep><p></x-sigsep>
Bob Gailer<br>
bgailer@alum.rpi.edu<br>
303 442 2625<br>
</body>
</html>