- Excel-Pomodoro-Timer VS SQLiteC-for-VBA
- Excel-Pomodoro-Timer VS VBA
- Excel-Pomodoro-Timer VS QRCodeLibVBA
- Excel-Pomodoro-Timer VS JustMoreVBA
- Excel-Pomodoro-Timer VS excel-formula-print
- Excel-Pomodoro-Timer VS Vincenty-Excel
- Excel-Pomodoro-Timer VS VBA_personal
- Excel-Pomodoro-Timer VS VBA-ExtendedDictionary
Excel-Pomodoro-Timer Alternatives
Similar projects and alternatives to Excel-Pomodoro-Timer
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
JustMoreVBA
A collection of code snippets, modules, and classes that I've written and collected over the years.
-
-
Vincenty-Excel
Thaddeus Vincenty's Direct and Inverse formulae for geodesic calculations in Excel (distance, azimuth, latitude, longitude).
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Excel-Pomodoro-Timer discussion
Excel-Pomodoro-Timer reviews and mentions
-
Can I use Excel in another window while my workbook with vba is running in background?
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.
Stats
DecimalTurn/Excel-Pomodoro-Timer is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of Excel-Pomodoro-Timer is VBA.