Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gilmore66

    multithread or background execution of code-free up app to continue

    I tried doing that, but apparently the method application.ontime doesn't appear to be inside the Excel Object Library. It must be inside something else. Nice, huh? Gilbert Moore I'm not an actor, but I play one on TV...
  2. gilmore66

    multithread or background execution of code-free up app to continue

    Actually, the Fyne Folke at Microsoft decided, in their infinate wizdom, not to include the Application.OnTime method in MSOutlook VBA library. Any other suggestions or equivalents? Application.OnTime would do exactly what I want it to do. Thanks, Mr. Gates. Appreciate the attempt, though...
  3. gilmore66

    multithread or background execution of code-free up app to continue

    I have an applet that I have been working on to send Outlook reminders to my pager via email. What I want to do is have a timer run in the background after a reminder pops up, and when that timer expires, the VBA code will check to see if the reminder is still up. I have the code now to check...
  4. gilmore66

    Can VBA in Outlook check for appointment reminder windows

    I have an applet that sends the contents of an Outlook Reminder popup window to my pager via its email address. I want to be able to wait 60 or 120 seconds, and check to see if the reminder window is still open. If it is, then my code will go ahead and send the message. If not, it will do...
  5. gilmore66

    Can VBA in Office 2000/XP see reminder windows?

    I have an applet that I wrote in Outlook VBA for sending the contents of pop-up reminder windows (from appointments) to an email address, such as the one for my pager. That way I can get my Outlook reminder popups when I am running around the server room. What I would like to know is how to use...

Part and Inventory Search

Back
Top