Privateer
Registered User.
- Local time
- Today, 18:28
- Joined
- Aug 16, 2011
- Messages
- 193
I would like to flip the switch on the form's control box in VBA. The current code is:
Me.ControlBox = True
Me.CloseButton = True
It errors out on the first line saying I can't assign a value to this (2448). I know this can be done using the properties window, but I am changing how the form opens based on the form opening it. Any help would be appreciated.
Me.ControlBox = True
Me.CloseButton = True
It errors out on the first line saying I can't assign a value to this (2448). I know this can be done using the properties window, but I am changing how the form opens based on the form opening it. Any help would be appreciated.