timer

  1. K

    Application On Time Help

    Hey Guys, I am pretty new to VBA and have never really had any training with coding for it. I am setting up an automated report but am having trouble getting the application on time event to run more than 24 hours. The Reportupdate Sub updates quite a few cells based on the current, that why...
  2. P

    Excel Addin to save cell value in database periodically

    I have created an Excel Addin in VBA which reads a cell value and save in SQL database. In Addin, I have created a VBA function SubmitCellValue in a module which can be called as =SUBMITCELLVALUE(A7) in excel and save value from A7 in database. Above part is working fine, Now I want to add a...
  3. R

    Excel-based exam with time constraints

    Hi all. As part of our internal development process, we would like to set a small test within Excel to see what people's skills are like with simple/ moderate Excel processes within a certain time-frame to mimic an urgent request coming in from a customer. What I would like to do is: - Allow 10...
  4. B

    Task List Countdown

    Hi - Hoping someone can help me with a spreadsheet that my husband wants :) He is addicted to a game called Elder Scrolls Online. He has a list of about 10 tasks in the game that have a cool down period. He wants a spreadsheet that will help him keep up with these tasks. For example: Task 1...
  5. T

    Countdown hours

    I am trying to make a material out time countdown. I want to be able to place an X amount of hours in a cell and have it countdown to zero or negative values. For instance, say i have a material that has 230 hours left before it expires. I want to be able to put that value into a cell and when i...
  6. P

    Unable to use Application.OnTime to run Timer - Cannot run the macro....?

    Hi, I'm getting the following message appear: - The code for the Timer I've taken from the link supplied in the following post http://www.mrexcel.com/forum/excel-questions/351089-how-do-i-make-macro-run-every-minute.html and I've used the example from Pearson Software Consulting Here is the...
  7. Fishboy

    Timer to measure macro run time

    Hi all, I have an Excel 2010 workbook that contains a number of lengthy, time consuming macros. What I would like to do is find a way of incorporating a timer / stopwatch to my macros which starts timing when the macro initializes and stops counting when the macro reaches conclusion. Ideally...
  8. F

    Creating a data log of changing data?

    This is really over my head. I googled and I am finding ways to run a timer, but my VBA skills are just too weak to make sense of it. Nevertheless, I am desperate to add this functionality to my spreadsheet. Hoping you amazing folks can help! Thx! I have live data streaming into my excel sheet...
  9. H

    User Inactivity Auto-Close

    Hi all, I'm a bit perplexed as to why this code isn't working for me; especially considering how I've managed to get it working in other ways. Basically; I want my workbook to auto-save and close after a period of inactivity (set at 30 seconds), which is defined in a module; using this code...
  10. P

    Code advice:- Automatic Email notifications for overdue workbook completion & final completion (multiple recipients)

    Hello guys, I'm relatively new to the world of VBA programming and I have just started out my first project to help improve a design release process at my automotive engineering workplace. So far, I have managed to write a code that creates a copy copy of a "MASTER" and saves it in a...
  11. N

    Start/Stop Timer

    Hi Everyone! first, I'm not good at creating VBAs from scratch. I usually get ideas from the forums then putting everything together to build a macro. I am trying to create a timer macro using Active X Control Button so that when I click "Start", the button will automatically switch to "Stop"...
  12. V

    Auto run 2nd UserForm code

    Hi , I have made a user form "Userform 1" where I have a button to Pull up "UserForm 2" which is basically a timer display with a lable box to show time elapsed and a command button to stop the timer. Users are required to STOP the timer when they are back from break. I just need to know how...
  13. T

    MsgBox Every X Amount of Minutes

    Hey I was wondering if it was possible to have a MsgBox pop-up every X amount of minutes. Thanks!
  14. M

    Excel Hourly Wage Calculator

    I'd like to know of any way to make a counter in excel which keeps track of the time passed and can tell you much you have made based on an hourly wage you input. So far I have a timer that uses VBA and command buttons which I found online which simply counts upwards as time passes and records...
  15. T

    Timer on Button Clicks

    So basically I have a bunch of Command Button Click procedures, with a master button that calls upon each of the other buttons in turn...
  16. M

    Making a timer in excel

    I'm looking to make a simple timer that adds 1 for every second that passes, doesn't have to be in hh:mm:ss format, just a simple number cell that starts at a value and adds 1 every second.
  17. S

    Help - Macro Not Working as Intended

    Hi Guys, Im relatively new to the world of Excel VBA and have written the following code: The macro itself is linked to 2 buttons, one for Start/Stop and a Clear Button. When pressing Start it updates cells in M18, pressing stop updates N18. Pressing start again then updates M19, and stop...
  18. P

    Creating Countdown in Excel

    Greetings Excel Sages :) Please Help... I'm trying to create a counter in excel with a fixed value of 15 minutes and every time that it reaches zero, it will put an incremental integer on a specified cell then it should loop back to start the counter. i i also wanted to put a start button and...
  19. E

    Timer running past midnight

    I use the following code to determine the minutes a program runs. It works as long as the program does not run past midnight when the Timer resets to zero and gives an invalid ElapsedTime. How do I modify the code so that the correct ElapsedTime is returned? StartTime = Timer 'Get starting time...
  20. R

    VBA time limit to exit sub

    The code needs to exit sub if a time limit is reached on the execution. The time limit is 30 seconds. Thanks in advance.

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top