R
red6000
I have the following code:
ActiveDocument.SaveAs FileName:="My File" + format(Now, "dd mm yy hh mm ss")
which works perfectly in word 97, but when run in word 2003 it gives the
error:
Compile error:
Wrong number of arguments or invalid property assingment.
Can anyone help on how to get this to work in word 2003.
Thanks.
ActiveDocument.SaveAs FileName:="My File" + format(Now, "dd mm yy hh mm ss")
which works perfectly in word 97, but when run in word 2003 it gives the
error:
Compile error:
Wrong number of arguments or invalid property assingment.
Can anyone help on how to get this to work in word 2003.
Thanks.