ChrisLindsell
Technical User
I use an excellent piece of code to import from an excel spreadsheet into a Notes view, courtesy of Cat Kat, which I picked off the Iris Sandbox.
Unfortunately there is a small problem with the code. Although the code tells excel to close and free up the memory it was using with the statements - "Excel.Quit" and "Set Excel = Nothing", there is still an excel process running with about 4 MB of memory attached to it.
Anyone got any idea of how I can make sure that excel shuts down cleanly?????
Unfortunately there is a small problem with the code. Although the code tells excel to close and free up the memory it was using with the statements - "Excel.Quit" and "Set Excel = Nothing", there is still an excel process running with about 4 MB of memory attached to it.
Anyone got any idea of how I can make sure that excel shuts down cleanly?????