OFFSET replacement to get rid of save prompt

RiP235

New Member
Joined
Mar 11, 2014
Messages
19
Is there any other formula instead of OFFSET? :confused:
Because Excel prompts to save every time I close it even if I don't change anything.
Here's my formula: G5=OFFSET(G5,-1,0)+F5-E5
And if I use this formula, auto-update won't work in table: G5=G4+F5-E5
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
If you want to get rid of the save prompt all together, open VBA and on the before close add thisworkbook.saved = True
 
Upvote 0
No it just tells the system the file has already been saved. Even though it hasn't
 
Upvote 0
Well you cant have it both ways...either you get the prompt to save or you dont.
 
Upvote 0

Forum statistics

Threads
1,215,824
Messages
6,127,087
Members
449,358
Latest member
Snowinx

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