alexfwalker
Registered User.
- Local time
- Today, 17:59
- Joined
- Nov 2, 2011
- Messages
- 12
I want to record the size of a file and have tracked down plenty of posts which suggest that 'FileLen' is the function that I need. However, whether I use it a query eg:
file_len_1: FileLen("C:\test.txt")
or in VBA eg:
Msgbox FileLen("C:\test.txt")
I get the undefined function error. How do I go about defining a function if necessary?!
Thanks,
Alex
file_len_1: FileLen("C:\test.txt")
or in VBA eg:
Msgbox FileLen("C:\test.txt")
I get the undefined function error. How do I go about defining a function if necessary?!
Thanks,
Alex