For one Access database, I am opening at least 1 workbook, possibly several, at a time, and then closing them out when finished. This part works great.
However, what I am finding in testing is that the next time I open Excel, I get a long list of workbboks in the recovery pane which are those that were opened in VBA, and then closed.
Is there any way to ensure that the recovery panel doesn't list workbooks opened in code? I'd prefer to include it in the VBA code, rather than having to change options, so that it can be done in the background, rather than telling others how to do it.
Thanks for any info.
--
"If to err is human, then I must be some kind of human!" -Me
However, what I am finding in testing is that the next time I open Excel, I get a long list of workbboks in the recovery pane which are those that were opened in VBA, and then closed.
Is there any way to ensure that the recovery panel doesn't list workbooks opened in code? I'd prefer to include it in the VBA code, rather than having to change options, so that it can be done in the background, rather than telling others how to do it.
Thanks for any info.
--
"If to err is human, then I must be some kind of human!" -Me