file size magically goes down after copy and pasting to new sheet

daveyc18

Well-known Member
Joined
Feb 11, 2013
Messages
707
Office Version
  1. 365
  2. 2010
original sheet copied and pasted to a new sheet I just created...i deleted the old, original sheet and magically rhe file size reduce by 2 MB. it's not due to formatting cause the original sheet dint have any formatting (i did a select all, clear formats just in case)....

just trying to know why this might have happened??
 
Why is difficult to answer as there are a number of possibilities.
To remove them select the rows & right click> delete > save

cause i cleared the rows (and yes Ive tried the delete method) to no avail and was hoping for someone who might have a similar experience to provide a specific reason.

anyway, the workaround works (ie copy and paste just the data to a new sheet and delete the original) so no biggie.

the oddities of excel.
 
Last edited:
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
The delete method isn't working for me either.
But that said a lot of the normal reasons are coming up nothing, so not sure. :(
 
Upvote 0
The delete method isn't working for me either.
But that said a lot of the normal reasons are coming up nothing, so not sure. :(

Lol ya I just accepted the fact that excel is funky sometimes !
 
Upvote 0
After the delete open the VBE and press ctrl + g to open the Immediate Window. There enter (w/o the quotes): "?Activesheet.usedrange.address" then press Enter. Make a note of the range that's returned. Now in the Immediate Window enter: "Activesheet.Usedrange" and press enter again. Sometimes this will reset the used range, hopefully to not include the deleted rows anymore. Repeat "?Activesheet.usedrange.address" to see if that's happened.
 
Upvote 0
After the delete open the VBE and press ctrl + g to open the Immediate Window. There enter (w/o the quotes): "?Activesheet.usedrange.address" then press Enter. Make a note of the range that's returned. Now in the Immediate Window enter: "Activesheet.Usedrange" and press enter again. Sometimes this will reset the used range, hopefully to not include the deleted rows anymore. Repeat "?Activesheet.usedrange.address" to see if that's happened.


good point about using VBA...returned $A:$AE, but after typing "activesheet.usedrange" ....it still returned $A:$AE....messed up

there are no named ranges in the worksheet either
 
Upvote 0
No objects, data validation, named ranges, formulas. Or anything else that I can find.
 
Upvote 0
No big deal guys ...thanks for all the help

A minute issue that was bugging me ...at least I found a workaround
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,895
Members
449,097
Latest member
dbomb1414

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