I have the following macro.

ActiveWorkbook.SaveAs "K:\Comm\Invest\Daily NBV New Calculations\" & "James-DV" & Right(Date, 2) & Mid(Date, 4, 2) & Left(Date, 2)

This macro is working fine on my computer but not on my colleagues computer. Anybody know what's wrong with the above code.

Thanks in advance