Is there a functionality to load a module in memory?

B

Bobby

If you use often a module(calling repeately a module during
execution) is there a functionality that would load that module at
the beginning of your main procedure so during the execution the call
of that module is made from memory instead of being read from the
disk! This is to get better performance.
 
O

Otto Moehrbach

Bobby
You don't "call" a module. A module holds macros and is part of a
workbook. A module is not an entity in itself. Perhaps if you explain what
you want to accomplish, someone will be able to help you. HTH Otto
 

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

Top