|
-
Aug 29th, 2001, 03:27 AM
#1
Help with timer control in Excel
Hi
I want to insert a timer control in my excel worksheet, however I can't find the control. In the VB editor it's in the control toolbar but in the VBA editor it's absent.
Checking the project references, in VBA, there doesn't seem to be a timer-control.
-
Aug 29th, 2001, 04:14 PM
#2
Junior Member
Personally, I try to do as little coding in Excel as possible, so I can't help you there. But if the Timer control isn't available, you might try creating your own timer via API calls, using SetTimer and KillTimer, both in user32.dll.
-
Aug 30th, 2001, 01:47 AM
#3
I have a rather silly solution
I'm going to wrap the existing timer control from VB into an "activeX" control, then use the activeX control in Excel.
Seems a bit lame considering that the VB timer control probably is an activeX control, if I only could get its name.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|