Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBA Timer Control
Name: Nero Date: January 4, 2003 at 07:37:19 Pacific OS: 2000 CPU/Ram: enough
Comment:
Is there a Timer Control available in VBA or whre I will be able to import one?
Summary: i have a program for school that should terminate after 45 sec without user interaction. how do i go about this? i'm going to use a timer control on the main form and set for 45 sec and set its enable...
Summary: Hi, I am trying to place a checkbox control in my Access VBA form.I have the controlSource set to a 'Yes/No' field in database.When I click on the checkbox,it does not get ticked.In the front en...
Summary: Hi, Use the visual basic timer control. The code you put in the timer click event will keep on running every time the timer interval expire. ...