Excel 2003 + script to open and automatically close an excel workb

N

Neil Holden

Hi, i have a scheldule to run at a certain time, the excel sheet will open,
run a macro and automatically close. The trouble i'm having is the workbook
keeps staying open and not fully closing. Is they a better way to do this?

Help would be greatly appreciated.

Neil.
 
G

Gord Dibben

"Not fully closing" means what?

Is it "partially closing"?

What remains after the partial close?

Do you want Excel to close also?

Application.Quit will close Excel.

Post your code.


Gord Dibben MS Excel MVP
 
Top