as assigning a null value to a string and number variables is not possible, what is better ?
declare these variables as Variant type, or checking for a null value before trying to assign the value to he variable.
checking for a null value before trying to assign the value to he variable require more code to be writen and proccessed, and taking this approach is sure more vanurable for errors.
I'm sure there are good reasons not declaring all variables as Variant.

declare these variables as Variant type, or checking for a null value before trying to assign the value to he variable.
checking for a null value before trying to assign the value to he variable require more code to be writen and proccessed, and taking this approach is sure more vanurable for errors.
I'm sure there are good reasons not declaring all variables as Variant.
