Hi,

I am getting a type mismatch error when trying to activeworkbook.saveas.....

here is the code I am using....can anyone spot an obvious problem?

ActiveWorkbook.SaveAs Filename:=("P:\P.S.FMEA\" & thisfolder \ "FMEA_" & thisone)
thisfolder is defined earlier and is recognised, thisone is also defined earlier na dis being recognised, whenever I try to save though I get the mismatch error, runtime error'13'

Any help appreciated

Phillip