How Do I Get started declaring my WithClass Object?
If you are using VBA within WithClass, You can use the global ActiveDocument pointer to access all of your information in the current active document so you don’t really need to declare a withclass object. However you could declare a reference to your active document as follows: Dim wcDocument As With_Class.Document Set wcDocument = With_Class.