VBA Timer

Open-source VBA projects categorized as Timer

VBA Timer Projects

  • Excel-Pomodoro-Timer

    Excel Pomodoro Timer

    Project mention: Can I use Excel in another window while my workbook with vba is running in background? | /r/vba | 2023-05-22

    I suspect that your reason for asking this is that you've found that getting VBA to run every X minutes (using Application.OnTime?) will throw an error if VBA is already running, or if you're in the middle of editing a cell, etc. One way around this is, as u/e032 and u/Either-Belt-1413 point out, to create a further instance of Excel (InstanceTwo), with the VBA code running in a workbook loaded into that instance. There are a number of projects which demonstrate this - it's a very useful method - but the one that comes immediately to mind (and is most relevant to what you're doing) is the Excel Pomodoro Timer. When it is loaded, it creates a new instance of Excel in the background, and loads a userform with a pomodoro timer on it, which is then displayed at all times on top of any Excel workbook you're using without throwing any of the above errors. There are some much more complex and sophisticated methods using Win32 APIs - like this one - but that may be using a jackhammer to crack a wallnut.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-05-22.

Index

Project Stars
1 Excel-Pomodoro-Timer 13
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com