If Dir("put full filepath and filename here") = "" Then Msgbox "The file was not created." End If
622 total views
622 total views
|
||||||
If Dir("put full filepath and filename here") = "" Then Msgbox "The file was not created." End If 622 total views 622 total views Sometimes you need to see if a file is in a directory for one reason or another… Will delete the file if it exists If FileExists(C:\Folder\Subfolder\YourDatabaseName.accdb) Then Kill "C:\Folder\Subfolder\YourDatabaseName.accdb" Else Msgbox "Nothing to do!" End if Will rename the file if it exists If FileExists("\\YourServerName\Folder\Subfolder\" & Me.cboYear & "-VendorReevaluation.xlsx") = True Then xlWBk.SaveAs "\\YourServerName\Folder\Subfolder\" & […] 2,472 total views |
||||||
Copyright © 2023 Access… entials - All Rights Reserved Powered by WordPress & Atahualpa |