Does anyone know of a way to send out alerts/emails if an excel file hasn't been updated in Xmins

Jimmy110

Board Regular
Joined
Feb 28, 2022
Messages
63
Office Version
  1. 365
Platform
  1. Windows
As the title really.....Does anyone know if something like that is possible?

The reason for asking is its an automatic, live data collection sheet and would be good to be alerted somehow if the data stops coming in??? or am I pushing the boundaries of excel a little too far!!!

Any help or thoughts appreciated,

Cheers

James
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
It is possible using this strategy:

When the file opens, start a timer for x minutes.
If data is updated, cancel the timer and set a new one for x minutes. However, you need to provide the details about how the data is updated so we know how to check for it.

If the timer expires, it means that there has been no update in x minutes, and an alert/email should be sent. Again, you have not provided detail so we can't give you the code to do it.
 
Upvote 0
How many sheets? Could use worksheet update event if not too many sheets, perhaps. I don't think there is a wb event that will help with this, but I might be wrong about that (unless you're forcing a save at some point).
 
Upvote 0
Thanks everyone....Its just one sheet, so I guess the worksheet update event could work....I'll have a go.

Thanks again
 
Upvote 0

Forum statistics

Threads
1,215,262
Messages
6,123,939
Members
449,134
Latest member
NickWBA

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