View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default How to get the size of the excel file, a sheet size (in bytes)?

Only the workbook size (from file on disk)

MsgBox (FileLen(ActiveWorkbook.FullName)

--
Message posted from http://www.ExcelForum.com