D
dsc
I actually have two bonehead questions, one of which I think has been
answered here a couple of years ago.
I want to do a macro that lets the user change the name of both the active
file and a file of the same name in a different directory, without closing
the file.
It occurs to me that I can probably use FileSaveAs and then kill the
unneeded files, but is there a better way to do it? I couldn't find a
function in VBA help.
I am also getting some undesired effects when a user form is closed using
the little X at the top right instead of the CloseButton. Could somebody
tell me how that's dealt with?
Thanks very much for any assistance.
answered here a couple of years ago.
I want to do a macro that lets the user change the name of both the active
file and a file of the same name in a different directory, without closing
the file.
It occurs to me that I can probably use FileSaveAs and then kill the
unneeded files, but is there a better way to do it? I couldn't find a
function in VBA help.
I am also getting some undesired effects when a user form is closed using
the little X at the top right instead of the CloseButton. Could somebody
tell me how that's dealt with?
Thanks very much for any assistance.