Monday, February 23, 2015

Common VBA macro error

  • Object variable or With block variable not set: An invalid variable is being referenced. To create an object variable, declare the object variable and then assign a valid reference to the object variable using the Set statement. Similarly, a With...End With block must be initialized by executing the With statement entry point.
  •  

No comments: