Re: Workbook size?
- From: "Charlotte E." <no@xxxxxxxx>
- Date: Sat, 23 Aug 2008 20:03:40 +0200
Thanks guys :-)
Problem with the method is that it requires the wookbook to be saved!
What I was looking for was a way to determine the size of the workbook AFTER
changes has been made to it, but BEFORE saving it???
Anyway to do that?
"Mike H" <MikeH@xxxxxxxxxxxxxxxxxxxxxxxxx> skrev i en meddelelse
news:C802A13F-8B0F-492E-A13D-44A824A40064@xxxxxxxxxxxxxxxx
Charlotte,
Try
MyFileSize = FileLen(ThisWorkbook.FullName)
which returns the size in bytes
Mike
"Charlotte E." wrote:
When you right-click a workbook in windows, and select 'Properties' you
can
see the size of the workbook in bytes.
Is it possible to get a workbooks size from within the workbook by VBA
code?
TIA,
.
- Prev by Date: VB6 Com Addin versus VBA Addin
- Next by Date: Re: Use of CallByName()
- Previous by thread: Re: Workbook size?
- Next by thread: Re: Workbook size?
- Index(es):
Relevant Pages
|