How to Reset Expiration Date on TimeBomb (cpearson method)

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi,
Not a fan of such code in workbooks but maybe you need to delete the named range (ExpirationDate) which holds the TimeBomb date

Try running this code

Code:
On Error Resume Next
    ThisWorkbook.Names("ExpirationDate").Delete
On Error GoTo 0

and see if the main code now works as required.

Dave
 
Upvote 0
Thanks Dave. I put that code in a desperate module and ran it. It deleted the named cell ref and I can open it back up. However, if I set it back to 0 days until expiration and open the file again, the file does not close.

i assume I have to manually enter the expiration date name? The test file shows 39359 as a value. How is this calculated?
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,412
Members
448,960
Latest member
AKSMITH

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