Dimitris254
Board Regular
- Joined
- Apr 25, 2016
- Messages
- 139
What makes a procedure too long? Is it the number of local variables or the sheer size of it (ie. number of code lines)?
Last edited:
not modulesthen IMHO you should have been splitting the sub anyway
since i'm new to vba, is it possible that two module communicate? so i place one sub in one module, and the rest ones in the other?