Is there a functionality to load a module in memory?

  • Thread starter Thread starter Bobby
  • Start date Start date
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.
 
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
 
Back
Top