Reminder message in excel

Kunehoman

New Member
Joined
Aug 19, 2011
Messages
18
Hi, I'd like to get help on:

having a pop up reminder in excel "saying "pls save file now" also, I want it to pop-up every hour so that users in a shared workbook will be reminded to save the file.... much better that once they click the pop-up the file would automatically save. :)

is there such? Thanks in advance for the help.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Welcome to the Board!

I think this is very close to what you want:
http://www.mrexcel.com/forum/showthread.php?t=510648

The code for saving the file is simply:
ActiveWorkbook.Save
(note that you can get a lot of VBA code simply by using the Macro Recorder and record yourself doing the steps manually).
 
Upvote 0
Thanks Joe, Im kinda starting from scratch though..I need a quick fix.
How quick in quick? (I responded a week ago!!!):biggrin:

What you want to do is going to require VBA.
Did you take a look at the link I provided?
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,877
Members
452,949
Latest member
Dupuhini

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