When you call Initialize a 2nd time, is it supposed to create a new class or after the first time is it just then considered a method/sub? I've been going through trying to convert a Code Module for creating custom EditTexts to a class and expected a new class I guess, but don't appear to be getting it. I initialize the view in the Initialize of the class too, but it just appears to be working with the same view/class. When I type in the first it also types in the 2nd like they are cloned.