CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    11

    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,


  2. #2
    Join Date
    May 1999
    Location
    USA
    Posts
    23

    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
  •  





Click Here to Expand Forum to Full Width

Featured