E
Ed Finley
I have a VBA routine that uses the Excel object model to open a spreadsheet
and inputs data. If I use the VBA code to close the file I'm OK. When I
leave the file open to work on it outside of Access, then close it from
Excel, something is not completely closing. If I try to run the VBA code
from Access again I get a message that the file is still open and do I want
to open it as read only. In Windows Task Manager Excel is not listed in
open applications, but is in open processes. I can't see any other evidence
of Excel being open. Do I need to "release" it from the VBA code?
Thanks in advance for any help.
Ed
and inputs data. If I use the VBA code to close the file I'm OK. When I
leave the file open to work on it outside of Access, then close it from
Excel, something is not completely closing. If I try to run the VBA code
from Access again I get a message that the file is still open and do I want
to open it as read only. In Windows Task Manager Excel is not listed in
open applications, but is in open processes. I can't see any other evidence
of Excel being open. Do I need to "release" it from the VBA code?
Thanks in advance for any help.
Ed