Quick question for the experts on here.
While building a program, a bunch of subs get created, and then the control gets removed, or the event is never used.
Is it smart/needed to delete all of those unused subs? Or does it not matter at all?
Quick question for the experts on here.
While building a program, a bunch of subs get created, and then the control gets removed, or the event is never used.
Is it smart/needed to delete all of those unused subs? Or does it not matter at all?
It would be better to remove the subs and then Compact and Repair. The file will be smaller and faster.
Gotcha. Appreciate it!