Thread
:
How to get the size of the excel file, a sheet size (in bytes)?
View Single Post
#
2
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
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
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB