B bookworm98 Jan 28, 2004 #1 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
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
B BrianB Jan 28, 2004 #2 Only the workbook size (from file on disk) MsgBox (FileLen(ActiveWorkbook.FullName)