Pop Up Disclaimer

ktosatto

New Member
Joined
Jan 10, 2012
Messages
1
Hello all,
I was wondering if someone could dumb down some Excel setup info. I need to set up a pop-up disclaimer where a user of a spreadsheet would have to accept the terms in order to view the sheet. Is this possible?? If so would somebody please inform me on how to do it? Thanks! :cool:
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
To do pop-ups, you need to have macros enabled. There is no way to ensure that macros are enabled in everyone's excel (by default they are disabled). You could hide all the data and protect the workbook if macros are disabled, and only unprotect/show the sheets if macros are enabled (by running a macro on workbook open), and have the only visible sheet say "You need macros enabled to use this workbook" along with instructions on how to do it.

If they do have macros enabled, you could have a pop-up box with the Terms and Conditions pop up using a userform, and if they don't click "OK" you can not unprotect the workbook.

But in reality, this isn't a secure solution. Any savvy excel user would be able to entirely ignore the message and get at the data if they wanted to. And even if the user does click OK, there is no way of you knowing that they clicked okay, so I don't understand what this whole runaround would accomplish.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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