Invalid data type for constant
Not all types of data can be assigned to constants. This error has the following cause and solution:
You tried to declare the type of a constant to be a user-defined type, an object, or an array.
Remove the declaration or redeclare as a variable.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.