Mega Code Archive

 
Categories / VisualBasic Script / Application
 

MemoryTotal Returns the total amount of memory, in bytes, that Excel can use It includes memory that is already in use It is t

Sub InspectTheEnvironment()      Debug.Print Application.MemoryTotal  End Sub