fredrerik84
Active Member
- Joined
- Feb 26, 2017
- Messages
- 383
Good morning. Ive been creating a couple of userforms and I notice that when I test all functions and changes I make I keep getting this error "out of memory" in my excel . I think the userforms are the issue.
Typically during testing , the userforms are loaded and unloaded a ton of times..
is this not correct command to clear them from memory:
or could something else be causing memory issues , maybe there is some way to check whats in use ?
hope anyone have some thoughts or ideas to help out a little ?
frederik
Typically during testing , the userforms are loaded and unloaded a ton of times..
is this not correct command to clear them from memory:
Code:
Unload Me
or could something else be causing memory issues , maybe there is some way to check whats in use ?
hope anyone have some thoughts or ideas to help out a little ?
frederik
Last edited: