Working on Windwos 10 Enterprise with Excel from Office 365 version 2204, I have a large .xlsb file (>14MB) and want to determine the size of the single worksheets in kB/MB, optimally saving this information in tabulated form.
I have tried (various versions of these) two approaches without success
- zip-File, e.g., described here
Renaming the file-type to.zipand looking intoFILENAME/xl/workbook.xmland theFILENAME/xl/worksheetsfolder does not work: Whenever I would expect a.xml-file, I find a.bin-file, which I cannot read and furthermore, the sum of single sheet sizes is way too high. - Macros, e.g., here
There are several differnt versions of macros out there, which all break in my case at a line where they measure the size of current file with the functionFileLen(...). I couldn't find out if this error happens due to working in an.xlsbor whether a limit of the function is reached.
How can I determine the size of each worksheet?
Any thoughts appreciated. Thanks in advance!
