Application.MemoryFree

  • Thread starter Thread starter Mike Archer
  • Start date Start date
M

Mike Archer

Is there a way to determine absolutely how much memory an
operation requires to perform properly? - So that
Application.MemoryFree could be used to skip an operation
when memory is not sufficient. If not - what is the
usefulness of Application.MemoryFree?

TIA
Mike
 
As far as I know, there is no way to determine how much memory a
certain operation will utilize. Application.MemoryFree isn't a
very useful function. Its primary use, it seems to me, to be in
producing diagnostic dumps when something goes wrong.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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