How to get the size of the excel file, a sheet size (in bytes)?

  • Thread starter Thread starter bookworm98
  • Start date Start date
B

bookworm98

I want to calculate how many bytes in one sheet, the size of a excel
file(in bytes)
Is there any functions to get them?
Thanks
 
Only the workbook size (from file on disk)

MsgBox (FileLen(ActiveWorkbook.FullName)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top