Call a Subroutine from a different Module in VBA Call a Subroutine from a different Module in VBA vba vba

Call a Subroutine from a different Module in VBA


Prefix the call with Module2 (ex. Module2.IDLE). I'm assuming since you asked this that you have IDLE defined multiple times in the project, otherwise this shouldn't be necessary.