_Application.MemoryFree Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the amount of memory that's still available for Microsoft Excel to use, in bytes.
public:
property int MemoryFree { int get(); };
public int MemoryFree { get; }
Public ReadOnly Property MemoryFree As Integer