I am wondering if it is possible to use a wildcard when declaring variables. Example, I need to use "Public ABC1, ABC2, ABC3, ABC4..." statement up to the number 20. Is there a way to use a statement like "public ABC*" which would declare all variables beginning with "ABC"? Along with this, is it possible to clear out ALL declared variables instead of "VBNullString"ing every one? I apologize if I used improper terminology for any of these terms.