L
Larry
Is there a formula to convert bytes to kilobytes, which would work with
any number of bytes?
I want this for a macro in which I save a backup copy of a template, and
at the end of the macro I display a msgbox with some information
including the size of the newly saved template. I want this to be in
the same format that you see in the File Properties dialog, with both
the bytes and the kilobytes. The problem is that this involves more
than simply dividing the number of bytes by 1.024 to get the number of
kilobytes. That computation works with smaller files, but not with
larger files.
Thanks,
Larry
any number of bytes?
I want this for a macro in which I save a backup copy of a template, and
at the end of the macro I display a msgbox with some information
including the size of the newly saved template. I want this to be in
the same format that you see in the File Properties dialog, with both
the bytes and the kilobytes. The problem is that this involves more
than simply dividing the number of bytes by 1.024 to get the number of
kilobytes. That computation works with smaller files, but not with
larger files.
Thanks,
Larry