Confirmation required

  • Thread starter Thread starter Bobby
  • Start date Start date
B

Bobby

Hello community,
Could someone tell me if when you have a MODULE containing let say 5
differents SUB's(SUB number1, SUB number2 etc), if you run SUB
number1, will EXCEL load in memory all the 5 SUB's or only SUB
number1?
Thank's in advance.
 
Hello community,
Could someone  tell me if when you have a MODULE containing let say 5
differents SUB's(SUB number1, SUB number2 etc), if you run SUB
number1, will EXCEL load in memory all the 5 SUB's or only SUB
number1?
Thank's in advance.

Bobby,

Excel will load the sub when it called

Regards

David
 
if that is the sub you are calling then yes- Hide quoted text -

- Show quoted text -

Thank's David. David are you aware if it possible to load in memory a
SUB that is often called? So like that EXCEL would not have to read
the SUB from disk but directly in memory(better performance).
Regards.
 

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

Similar Threads

HELP WITH A FORM IN EXCEL. 3
if 3*15 5
macro Help 3
Simple beginner question 3
Random sign 2
sum/division calculation involving vlookup with array? 2
KURT and SKEW functions 8
Count with condition Queries 6

Back
Top