View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
davidm davidm is offline
external usenet poster
 
Posts: 1
Default Determining File Size


Diana,

So by logical extension, can I construct *I mega-byte* as:

I mg = 1 million bytes (approx)
= 1 Kb (Excel's) x 1,000 approx.
= (2 ^10 )bytes x 1,000 approx
=(2 ^10 )bytes x 2 ^10
= 2^20 bytes
= 1,048,576 bytes ?

Hence, to convert N bytes to Megabytes, the correspondin
multiplication factor
could be 1/1048576 = 9.5367 x 10^

--
david
-----------------------------------------------------------------------
davidm's Profile: http://www.excelforum.com/member.php...fo&userid=2064
View this thread: http://www.excelforum.com/showthread.php?threadid=47704