AronGahagan / cpt-dev

Code repository for the ClearPlan Toolbar
https://www.ClearPlanConsulting.com
3 stars 1 forks source link

properly instantiate UserForms #411

Open AronGahagan opened 1 month ago

AronGahagan commented 1 month ago

Problems:

  1. Evidently I have not been properly instantiating UserForms; working directly on the class instead of with an instance. e.g.,
With cptStatusSheet_frm
...
End With
  1. Modeless UserForms are not properly hidden/unloaded.
  2. Modal UserForms are not properly hidden/unloaded.
  3. UserForms are not always properly unloaded from memory.
  4. QueryClose is unused.

Solutions:

UserForms subject to this change:

Todo: