peskywinnets
Registered User.
- Local time
- Today, 05:53
- Joined
- Feb 4, 2014
- Messages
- 578
I have a button on a form, which once pressed, it take 5-10 seconds for access to finish 'processing' all the data. During this time, I would like the button to change colour (to give the user some visual representation that 'processing is still happening')
The form button simply triggers a set of chained macros, so I could conceivably top & tail the button colour change within the macros (Run Code?)....i.e. change colour at the start, then change back at the end of the macro
I'm quite new to forms...so just wondering what VBA would be need to trigger the form button colour change?
The form button simply triggers a set of chained macros, so I could conceivably top & tail the button colour change within the macros (Run Code?)....i.e. change colour at the start, then change back at the end of the macro
I'm quite new to forms...so just wondering what VBA would be need to trigger the form button colour change?