0

When we declare a variable or instantiate an object in VBA, is the memory that is allocated in the RAM memory, Cache memory or ROM memory?

0

1 Answer 1

1

It's in the RAM.

ROM means Read-Only Memory, so obviously you won't write there.

As far as I know, VBA doesn't decide what goes to cache and what doesn't.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you very much i was suspecting it but i needed someone who was not in beginner mode to verify also.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.