Hi there, I trying to write a script to compare filesizes of local and remote (on a web server) files...
I can get the local filesize by using:
Dim localFileSize As Long
localFileSize = FileLen(ThisWorkbook.Path & Filename)
MsgBox "local - " & localFileSize
I can check if my 'remote' file...