Results 1 to 5 of 5

Thread: VBA Code to Save into a Network Drive

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    VBA Code to Save into a Network Drive

    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.
    ChDir "G:\NARS Planning\Open Order Reports"
    ActiveWorkbook.SaveAs Filename:="NARS Open Order Report " & Format(Date, "mm.dd.yy") & ".xlsx", FileFormat:=xlOpenXMLWorkbook
    Any input will be greatly appreciated.

    Thank you.
    Last edited by SamT; 06-23-2017 at 06:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •