You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
Here's a question that comes up from time to time. The other day, someone internally asked about the difference between using a dot "." vs. a bang "!" for control references in a form in VBA. In other words, given a form - Form1, with a control - Control1, what are the differences between:
Form1.Control1 ' Control reference using a dot - and - Form1!Control1 ' Control reference using a bang
Form1.Control1 ' Control reference using a dot
- and -
Form1!Control1 ' Control reference using a bang
Michael Kaplan was kind enough to respond with the following:
Thanks Michael for responding!
Comments: (loading) Collapse