A
Allen Browne
The With line must specify an object, and the references inside the with
block can be to members/properties of that reference.
For example:
With Me
.Control1.Enabled = False
...
block can be to members/properties of that reference.
For example:
With Me
.Control1.Enabled = False
...