i have 10 different modules in a project. modules all use the same 5 private sub's .
is it possible to place the 5 x private subs in 1 module and call from the main mudules the priuvate subs.
if so how can tyhis be achieved
module A, B, C, D, E, ...... ,J
private sub1, 2, 3, 4, 5