Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
I am so lost right now. Here is my dilemma, I have a file (saved as .xlsm), it has 6 spreadsheets in it.
1 - "Master Data" Sheet has all the data from the file, 44 rows of data, 15 columns wide.
1 - "Slot Analysis" Sheet that has 4 small grids of data that interact with the "Master Data" that fill in some logistics as to what kind of data resides in the Master Data via SumIFS, CountIFS.
4 - Category sheets that break down the Master Data into individual Sheets, my VBA creates two Columns x 33 rows of pickable details that can be dragged and dropped into a grid - These sheets seem to be the source of why the file is so large, for each one of these sheets added I get 9MB added to the file, I have 4 hence the 36MB.
The sheets themselves don't do much, they get 33 "Tile" Like Cells filled in, the user can drag the tile from Range J:L to Ranges N:Q and thats pretty much it. When the "Tiles" are dragged and dropped the Master Data Sheet has 2 Columns of Lookups that define where the user is dropping the "Tiles".
The sheet is formatted in All black, but I only have the Black from Cells A1:AA60 the rest of the non-visible sheet is left unformatted. The "Tiles" are formatted in a Light Grey with Black Text.
I call the Cells with Data "Tiles" because they are formatted like this;
TitleName | S1
Genre: GenreName
Available Date: Date
Y/N
All in one cell, I am using the Paragraph feature to make the text wrap in one cell and then I just increase the row height to 60. I am so confused with why this is causing such a huge MB strain on the file?
I have calculations turned off, changes nothing. I removed the Black background, changes nothing. I delete one of these formatted sheets and then the file size reduces by 9MB.
Any insight or help would be appreciated. Thanks!
I am so lost right now. Here is my dilemma, I have a file (saved as .xlsm), it has 6 spreadsheets in it.
1 - "Master Data" Sheet has all the data from the file, 44 rows of data, 15 columns wide.
1 - "Slot Analysis" Sheet that has 4 small grids of data that interact with the "Master Data" that fill in some logistics as to what kind of data resides in the Master Data via SumIFS, CountIFS.
4 - Category sheets that break down the Master Data into individual Sheets, my VBA creates two Columns x 33 rows of pickable details that can be dragged and dropped into a grid - These sheets seem to be the source of why the file is so large, for each one of these sheets added I get 9MB added to the file, I have 4 hence the 36MB.
The sheets themselves don't do much, they get 33 "Tile" Like Cells filled in, the user can drag the tile from Range J:L to Ranges N:Q and thats pretty much it. When the "Tiles" are dragged and dropped the Master Data Sheet has 2 Columns of Lookups that define where the user is dropping the "Tiles".
The sheet is formatted in All black, but I only have the Black from Cells A1:AA60 the rest of the non-visible sheet is left unformatted. The "Tiles" are formatted in a Light Grey with Black Text.
I call the Cells with Data "Tiles" because they are formatted like this;
TitleName | S1
Genre: GenreName
Available Date: Date
Y/N
All in one cell, I am using the Paragraph feature to make the text wrap in one cell and then I just increase the row height to 60. I am so confused with why this is causing such a huge MB strain on the file?
I have calculations turned off, changes nothing. I removed the Black background, changes nothing. I delete one of these formatted sheets and then the file size reduces by 9MB.
Any insight or help would be appreciated. Thanks!