Furthermore, the variable has to be declared outside of a sub or function.
If the two subroutines are within the same form module add "Public myMonth As Integer" at the top of the form module.
If the two subroutines are not within the same form module, add "Public myMonth As Integer" at the...