I have a button that when clicked copies a image to the users desktop.. but if a image with that name already exists I need it to show a message box and say "Image could not be copied to desktop because it already exists"
I know how to make the message box appear but whats the code for On Error? I tried On Error Resume Next but that does nothing to do what I want it to do.
I know how to make the message box appear but whats the code for On Error? I tried On Error Resume Next but that does nothing to do what I want it to do.