With object must be user-defined type, Object, or Variant
The With...End With block can't be used with all variable types. This error has the following cause and solution:
- You tried to use a variable that was not of Object type, user-defined type, or Variant type containing an object within a With block.
Check to see if you misspelled the name of the object, user-defined type, or Variant variable.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).