How to close Excel file

L

LAM

I recently made an Access switchboard. I have it set up to open up a
specific Excel file. Now I need to be able to close Excel using a button on
the switchboard. I am very very new at this and would appreciate any step by
step instructions on how to do this.
Thanks so much from a very new user.
 
L

LAM

This is what I used to open my excel file: I just made a macro using runapp
with the command line of excel.exe "c:\my files\name of file.xls"
It opens great with this...is there a similar macro I can use to close it
with?
I don't want to use modules or anything like that since I am so new at this.
 
Top