Any BeforeSave capability without VBA code??

PB7

Board Regular
Joined
Mar 1, 2011
Messages
58
Hello.

I am familiar with using BeforeSave, to prompt a user to do something, before saving an Excel file.

However, is there a non-VBA way, so-to-speak, to do this in an Excel file?

I have an electronic form, based on a spreadsheet, to be used by a large community. My fear is some users will not enable macros when opening the file, and thus not allow a VBA module with BeforeSave to work right.

I've looked at Excel options and data validation, and there doesn't seem to be any available settings that would allow this. Any thoughts?

Thank you in advance for any feedback here.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
You can ensure your workbook will only be opened with macros on or they can't use it. It requires VBA code to set it up, but none to use it. that is, your users won't be able to save your file without your BeforeSave capability kicking in, since macros would have to be enabled. If you want the section from my upcoming book, "Excel Outside the Box", send me an email to email address removed <EMAIL removed address>requesting the writeup of how to ensure macros are enabled.
 
Last edited by a moderator:
Upvote 0
I removed your email address from the post. If you wish to share your email address with someone, it is best to do so via Private Messages. The reason because Spammers routinely troll public forums such as this looking for email addresses to harvest and Spam.

So unless you really enjoy getting Spam, you never should post your email address to a public internet site.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,283
Members
452,902
Latest member
Knuddeluff

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