Hi all, i would like to develop the below VBA code, so that when i save the file "Employees Finger" 2nd, 3rd, 4th time, e.t.c to enter a new sequence number at the end of the file. e.g. "Employees Finger1", "Employees Finger2" and so on.....
Tks in advance
ChDir "C:\Users\User\Desktop"
ActiveWorkbook.SaveAs Filename:="C:\Users\User\Desktop\Employees Finger.xlsx" _
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
Tks in advance
ChDir "C:\Users\User\Desktop"
ActiveWorkbook.SaveAs Filename:="C:\Users\User\Desktop\Employees Finger.xlsx" _
, FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False