11-22-2023, 04:43 PM
If I Dim Shared a variable or an array, if the main module does NOT make a call to a Subroutine, will the program flow check out the Sub for variables and or arrays that have been deemed Shared?? Or it's pretty safe to rely on the program never going to a Sub that is NOT called.