'With' contexts and statements are not valid in debug windows
With statements can only be used in source code.
Error ID: BC30726
To correct this error
- Remove With statements from debugging code.
See Also
Reference
With...End With Statement (Visual Basic)