Hello,
As part of VBA, I would like to determine size of database after running some lines of code and put results om Msgbox. Any ideas?
I did find this UDF on the Web. Dont know if it works or how to incorporate.
Function GetFileSize() As Long
GetFileSize = FileLen(CurrentDb.Name)
End Function
Thanks in advance
As part of VBA, I would like to determine size of database after running some lines of code and put results om Msgbox. Any ideas?
I did find this UDF on the Web. Dont know if it works or how to incorporate.
Function GetFileSize() As Long
GetFileSize = FileLen(CurrentDb.Name)
End Function
Thanks in advance