Jul 14, 2003 #1 vbpadawan Programmer Oct 8, 2002 28 US I know that I have run across this question before but can't seem to find it now that I need it. I need to check to see if and excel file is open and if it is, I need to close it. Can someone help me out. Thanks.
I know that I have run across this question before but can't seem to find it now that I need it. I need to check to see if and excel file is open and if it is, I need to close it. Can someone help me out. Thanks.
Jul 22, 2003 #2 k2w Programmer Dec 17, 2002 34 CA You could use the FindWindow (to see if it's open) and PostMessage (to close it) API functions. Hope this helps. k2w Upvote 0 Downvote
You could use the FindWindow (to see if it's open) and PostMessage (to close it) API functions. Hope this helps. k2w