file size

K

Kurt Neumann

Is there a function to determine a file size?
i would like to identify a file by match = dir(directory & filename)
and then, if it exists to determine its size?
Thanks in advance
 
D

Douglas J Steele

VBA has a built-in FileLen size that returns the length of the file in
bytes.
 
Top