I'm sure the answer is simple, but I haven't found the right search terms to find it! So I'll just ask it here instead! :-)
I've declared several worksheet variables as global parameters to use across several VBA subroutines:
Public ThisWS, ThatWS, TheOtherWS as Worksheet
and then set...