file size

  • Thread starter Thread starter Kurt Neumann
  • Start date Start date
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
 
VBA has a built-in FileLen size that returns the length of the file in
bytes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top