Try something like:
NWPath="\\Server-xxx\Top Level Folder yyy\Folder zzz"
and then:
ActiveWorkbook.SaveAs NWPath & "\Manufacturing\Preliminary" & today
I suspect that you might need to format the date to remove forward slashes.
The drive letter will depend on how many shared folders each user has and the order they are allocated in the profile/login script. Ideally, shared drives should have a fixed drive letter rather than just allocating the next available drive letter. However, that approach has to be limited otherwise you could run out of drive letters.
Regards, TMS
Bookmarks