D
Dean Slindee
Is there a way to determine a Word document's byte length? I need to know
this to ReDim a Byte() array.
Currently I am loading the document to a temp file and doing a
FileLen(document).
Would like to just get the byte length without the extra step of loading a
temp file.
Thanks,
Dean Slindee
this to ReDim a Byte() array.
Currently I am loading the document to a temp file and doing a
FileLen(document).
Would like to just get the byte length without the extra step of loading a
temp file.
Thanks,
Dean Slindee