Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1000 Bytes

with-object-must-be-user-defined-type-object-or-variant.md

File metadata and controls

25 lines (15 loc) · 1000 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
With object must be user-defined type, Object, or Variant
vblr6.chm1011092
vblr6.chm1011092
83be1b7a-08ce-3b61-4af4-f770baf9d4c9
06/08/2019
medium

With object must be user-defined type, Object, or Variant

The With...End With block can't be used with allvariable 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).

[!includeSupport and feedback]