raccoon588
Board Regular
- Joined
- Aug 5, 2016
- Messages
- 118
Is there a way to make this save the copy as read only?
Code:
path = "\\hinas1\MFG\LED\SSL Paperwork\U502\U502FogLBFirstArticle" nom = Left(ActiveWorkbook.Name, (InStrRev(ActiveWorkbook.Name, ".", -1, vbTextCompare) - 1)) & " " & Year(Date) & "-" & Format(Month(Date), "00") & "-" & Format(Day(Date), "00") & " (" & Hour(Time) & "-" & Minute(Time) & ").xlsm"
ActiveWorkbook.SaveCopyAs path & "\" & nom
rep = MsgBox("Submitted")