Memory functions unavailable in Excel 2007 In previous versions of Excel the following functions were available:
Application.MemoryFree
Application.MemoryTotal
Application.MemoryUsed
In 2007 there have disappeared...
The windows API function GlobalMemoryStatus can be used. See:
http://support.microsoft.com/kb/213267