Hi there
I'm experiencing a problem with a piece of VBA code.
When user click save&close the userform comes up with run rime error 1004, than click debug and highlights code attached,
run (F5) again it will close and save the userform, but sometimes attaches to the email and save the correct userform as a PDF and sometimes the previous userform.
What I noticed is that when check file Sheet1 has not been deleted.
Can anyone help, please?
Thanks in advance
R
I'm experiencing a problem with a piece of VBA code.
When user click save&close the userform comes up with run rime error 1004, than click debug and highlights code attached,
Code:
newWS.PasteSpecial Format:="Bitmap", Link:=False, DisplayAsIcon:=False
What I noticed is that when check file Sheet1 has not been deleted.
Can anyone help, please?
Thanks in advance
R