Question:
I can start excel on my server from an ASP script and then create and save a document. When I’m done, Excel doesn’t shutdown. I’ve tried various commands to close excel but it doesn’t respond. What is the proper function?
Answer:
If your Excel object is called objExcel, thenuse: objExcel.Quit
set objExcel = Server.CreateObject(...... your code' -- doneobjExcel.Quit set objExcel = Nothing
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.






















