Program creates an Excel spreadsheet and populates it. It ask operator if they want to save or not. Close down everything but still get an error if I try to run it again without closing the form.
This is the error on the first reference to a new spreadsheet. Every thing I have been able to find is that Excel doesn't shut down if you use a WITH/ENDWITH clause and I don't. Someone mentioned to run DOEVENTS to pause before ending Excel and that didn't help either. Don't know what to do because the client would like to run several version of the spreadsheet with different options in the form. Any help would be appreciated.