gcount

  1. G

    Inactivity timer re-opens workbook

    Hello, First time poster so I apologize if I break any sort of rules. I have a workbook which has a timer that will kick out the user if the worksheet doesn't change for 30 minutes. The timer works fine if I have no other instances of excel open. But, as soon as I have another workbook open...
  2. Johnny Thunder

    VBA Help - Using Join Function to build dynamic Sum Formula - Excel 2016

    Hello All, I am working on a project and head a road block with some code, there is a super manual way to do this but I know that this can be done with some form of Join code I am just not that familiar with the best way to approach this. Here is my problem: I have a loop that runs down...
  3. A

    A macro to reset cells, starting a countdown timer and counting how many times another macro runs

    I have run into problems using macros to control some actions in the “Rainbow Fact Challenge” worksheet. https://www.dropbox.com/s/8moydblnshrfm08/Beat%20the%20clock_ver%202.0.0.xlsm?dl=0 I do not know how to code in vba. All my macros I have ever used are either recordings or cut and paste...
  4. D

    countdown timer

    Hey guys i have taken some code from online to create a countdown timer and when it hits 00:00:00 a msg box pops up but i want the box to pop up when the timer hits 00:05:00 (5 min remaining ) can anyone help? thanks Public gCount As Date Sub Timer() gCount = Now + TimeValue("00:00:01")...

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