Sometimes I declare a variable on Globals, but I re-initialize it i.e. Dim again in a sub.
I get this warning, although I am sure that Re-dimming initializes it to the same type. Though the warning says String type will be used.
I get this warning, although I am sure that Re-dimming initializes it to the same type. Though the warning says String type will be used.