I was changing my code up trying to figure out how to put in global variables, but I erased all the stuff I added for the global variables but I am still getting the error "Object Doesn't support this property or method Error."

Here is the code in "This Workbook" I don't think anything is wrong with it. What causes this error?

Public Sub ShowForm()

PMD_Wizard.Show vbMoeless

End Sub

Public Sub ShowSubTotal()

SubtotalTool().Show vbMoeless

End Sub