hellfire45
Active Member
- Joined
- Jun 7, 2014
- Messages
- 464
Hi guys. I did google this, at length, and found the answers not that helpful. Just FYI.
I have a vba module thats about 28 pages long.
There are 5 of these modules.
Each module has around 100 declared variables.
I need to add more. About 10 more to each.
When I try to add more using
For example, Excel says "out of memory" and then usually crashes.
Also then the F8 "step through" isn't working. It just decides to run all the code.
Why is this happening? I have MUCH larger processes that do not do this.
Any suggestions? I work for a corporation and don't really have the ability to increase my RAM or mess with registry files. All that stuff is locked down.
Thanks! I can post the code if you want but I figured 28 pages is not ideal.
I have a vba module thats about 28 pages long.
There are 5 of these modules.
Each module has around 100 declared variables.
I need to add more. About 10 more to each.
When I try to add more using
Code:
Dim xyx as integer
Also then the F8 "step through" isn't working. It just decides to run all the code.
Why is this happening? I have MUCH larger processes that do not do this.
Any suggestions? I work for a corporation and don't really have the ability to increase my RAM or mess with registry files. All that stuff is locked down.
Thanks! I can post the code if you want but I figured 28 pages is not ideal.