Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook where I transfer data from several pages to what I call the
Sorting Sheet, perform various sorts and than transfer the data to other woeksheets. Before saving the file the Sorting Sheet is cleared. The process runs on a macro. However, everytime I run the macro the file size increases about .02MB, not a lot but after many operations the size gets to be a problem. Deleting the worksheet and installing a new one brings the file size down to the original but I've been unable to add that process into my macro. Any suggestions? -- Robert K |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add Debra Dalgleish's reset macro to your code.
http://www.contextures.on.ca/xlfaqApp.html#Unused Gord Dibben MS Excel MVP On Tue, 22 Sep 2009 09:45:01 -0700, RobertK wrote: I have a workbook where I transfer data from several pages to what I call the Sorting Sheet, perform various sorts and than transfer the data to other woeksheets. Before saving the file the Sorting Sheet is cleared. The process runs on a macro. However, everytime I run the macro the file size increases about .02MB, not a lot but after many operations the size gets to be a problem. Deleting the worksheet and installing a new one brings the file size down to the original but I've been unable to add that process into my macro. Any suggestions? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, but I'm not as Excel lirterate as I'd like to be and I can't figure
out how to fit the macro to my spreadsheet. -- Robert K "Gord Dibben" wrote: Add Debra Dalgleish's reset macro to your code. http://www.contextures.on.ca/xlfaqApp.html#Unused Gord Dibben MS Excel MVP On Tue, 22 Sep 2009 09:45:01 -0700, RobertK wrote: I have a workbook where I transfer data from several pages to what I call the Sorting Sheet, perform various sorts and than transfer the data to other woeksheets. Before saving the file the Sorting Sheet is cleared. The process runs on a macro. However, everytime I run the macro the file size increases about .02MB, not a lot but after many operations the size gets to be a problem. Deleting the worksheet and installing a new one brings the file size down to the original but I've been unable to add that process into my macro. Any suggestions? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could just add a call to Debra's macro at the end of yours.
Sub yourmacro() does the things you do Call DebraMacro End Sub Once you have posted your current macro code we can see where to fit it in if needed. Your current macro may just need changing to stop the addition of the excess rows and/or columns being filled. Gord On Tue, 22 Sep 2009 15:00:01 -0700, RobertK wrote: Thanks, but I'm not as Excel lirterate as I'd like to be and I can't figure out how to fit the macro to my spreadsheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
file size grows so big | Excel Discussion (Misc queries) | |||
File Size With Macros Has Increased From Its Origina Size | Excel Discussion (Misc queries) | |||
Check box gets weird size when cell height grows | Excel Discussion (Misc queries) | |||
Shared Workbook inexplicably grows in size | Excel Discussion (Misc queries) | |||
Temp file grows(no-end)when Excel97 attempts to save to net-2003Se | Excel Discussion (Misc queries) |