No, you can't change a variable's type after it is defined. However, you can
define it as something else in a different part of your project (although that
would be a BAD idea).
If it's defined as a variant, then you can put anything you like into it.
Why do you want to change its definition? (More to the point, why are you
defining it as variant in the first place?)