Declare a public variable, fixed_TCustom, in a normal module.
In the class module![]()
Public fixedCustomObject as new TCustom_Object
(Or some other property of the class)![]()
Private Sub Class_Initialize() fixedCustomObject.Name = "fCO" End Sub
This makes sure that fixedCustomObject always has the values that you want.
I hope it helps.
Bookmarks