Click to See Complete Forum and Search --> : Microsoft Timer Control's reference file


mcaron
August 20th, 1999, 10:42 PM
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,

ansuman_behera
August 21st, 1999, 02:31 AM
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.