Hi all, I previously had the below part of code in my automated files - having switched to windows 10 it no longer works. The code saves the file name in my G drive (Shared network) and adds today's date plus 1 to the file
Can anyone help remedy the code so that it'll work on windows 10?
![]()
ActiveWorkbook.SaveAs "G:\ContractInformation\COFILE\COFILE Stock information\1. STOCK LISTS" & "\360 - " & Format(DateAdd("d", 1, Date), "ddmmyy") & ".xlsm", 52
Bookmarks