I created (and hid) a userform at workbook initialize. I now need a control on a worksheet to toggle the visibility of the form, but I have no way to refer to it. How do I do this?

Under workbook initialize:

dim spec as new GraphCriteria
GraphCriteria.hide()