Forum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Excel VBA
Excel VBA
Resolved · Low Priority · Version 2003
Anthony has attended:
Powerpoint Intermediate Advanced course
Excel VBA Intro Intermediate course
Project Intro Intermediate course
Upgrade to Office 2007 course
Excel VBA
How do I insert a timer onto a form and check for a variable change every 60 secs or so?
For upcoming training course dates see: Pricing & availability
RE: Excel VBA
The Timer control is an ActiveX control and does not appear in the default control toolbox. The Timer control is more usually used in straight VB projects rather than VBA, and looping through code and adding in a coded delay may be a more effective way of doing this.
Anthony
RE: Excel VBA
An example of a coded delay written in to a loop can be found in the
RE: Excel VBA
That's very useful, Simon. Thanks!
Anthony
Mon 27 Apr 2009: Automatically marked as resolved.
|
