Excel workbook will not close due to VB Reference link

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My VB modules seem to remain in memory, even after the workbook containing
them has been closed. Open workbooks which had been referenced in VB by a
closed workbook cannot be closed, without shutting down Excel itself. Often
this leads to an error. Any suggestions, please.
 
Ricardo said:
My VB modules seem to remain in memory, even after the workbook containing
them has been closed. Open workbooks which had been referenced in VB by a
closed workbook cannot be closed, without shutting down Excel itself. Often
this leads to an error. Any suggestions, please.




Don't Write Modul in Personal.xls
instead use one File excel to keep all macros (for e.g macroserver).
and then other files you can use command 'application.run' pointting to
macroserver'

maybe this can help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top