i'm coping a file over itself and i get an information message
"File cannot be copied onto itself" - An attempt to copy a file could not be completed because the file already exists or same source and destination.
i would like to surpress this, i have tried the following, but to no avail:
Code
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Application.Interactive = False
???
thank you...