|
-
August 20th, 1999, 10:42 PM
#1
Microsoft Timer Control's reference file
Hello all,
Does anyone out there know to which reference file does the timer control belong to? I'm asking this because I need to use a timer control in an Excel VBA program and I just can't seem to find it anywhere, either in the control toolbox nor the reference files dialog boxe from the VBA Editor in Excel97.
Thanks,
-
August 21st, 1999, 02:31 AM
#2
Re: Microsoft Timer Control's reference file
Well, this being a standard feature of the toolbox indicates that it comes from one of the basic reference files. Just open a new standard VB project and check references under the Project menu. Then goto Excel and in the VB editor add these references to your project and then try defining like this.
Dim MyTimer as Timer
I'm not sure if this will work, but u can give it a try. I would appreciate if u can send me any problems regarding this.
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
|