Hi!
Part of my code is not working. The part that is not working is saving the file into an specific file in a network drive.
Here is the VBA that I'm using.Any input will be greatly appreciated.ChDir "G:\NARS Planning\Open Order Reports" ActiveWorkbook.SaveAs Filename:="NARS Open Order Report " & Format(Date, "mm.dd.yy") & ".xlsx", FileFormat:=xlOpenXMLWorkbook
Thank you.