06-19-2007 12:13 PM
Solved! Go to Solution.
06-19-2007 03:45 PM
06-19-2007 03:48 PM
How are you opening the connection?
My suggestion would be to open a reference to the Excel app, but not make it visible, so that the user can not close it (see the Excel macro example). Also, the Workbook class has a ReadOnly property which I believe will prevent the user from saving to that file if you set it to T.
06-19-2007 05:49 PM - edited 06-19-2007 05:49 PM
Message Edited by Jarrod S. on 06-19-2007 05:51 PM
06-20-2007 05:42 AM
I open it not visable and they start it from the strat menu.
Ben
06-20-2007 08:09 AM
Ben,
What version of Excel are you using?
Are you creating 45 worksheets in a single workbook/file or 45 individual files?
06-20-2007 08:20 AM
06-20-2007 05:28 PM
Sorry been on site all day.
48 files.
I do not have the code here, maybe Friday?
Ben
06-21-2007 05:19 AM - edited 06-21-2007 05:19 AM
Message Edited by shoneill on 06-21-2007 12:24 PM
06-22-2007 09:58 AM - edited 06-22-2007 09:58 AM
Message Edited by Ben on 06-22-2007 10:02 AM