Type suffix does not match data type: <name>

You referred to a variable, constant, function, or property with a data type suffix character that does not match its declared data type. If a variable is declared as a Variant, references to that variable may not contain any suffix character.

Change the suffix character to match the declared data type, or remove the suffix character.