D
davidm

To calculate the size of a file, say, Tester.xls, we use:
Format(FileLen("Tester.xls")*0.0009767,"0") & "KB"
Can someone explain the use of the the factor* 0.0009767* (rather than
the customary .001) in converting the bytes into Kilo Bytes?
David