Checking the values of public variables in Excel VBA - Locals Window Alternative
I have been using the Locals window to check the assignments for procedure level variables. I have recently updated my code to create a set of public-level variables that read certain inputs from the sheets which do not change from project to project. When seeking to check these variables, I do not see them in the Locals window, no doubt because they are not locally-defined variables! Is there an alternative to the Locals Window for Public variables? And if not, how am I supposed to check public variable assignments? In addition to the Immediate window (as described in the other answer), the