Hi everyone,
I need some help to achieve a task, I’ve tried getting code and adapting it but unfortunately couldn’t.
What I want to do is the following:
1 Check to see if file name already exists in a specific folder.
2 Filename is not the “Activewirkbook” but instead something like: Range("D2") & " " & Range("C3") & ".xlsx", FileFormat:=51 So I need to check if that file name exists.
3 If that file name exists add something like “V2”,”V3” etc
4 Hide all dialog boxes and warning from user.
I think this can be achieved by “Application.DisplayAlerts = False”
Looking forward to any help!
Regards,
I need some help to achieve a task, I’ve tried getting code and adapting it but unfortunately couldn’t.
What I want to do is the following:
1 Check to see if file name already exists in a specific folder.
2 Filename is not the “Activewirkbook” but instead something like: Range("D2") & " " & Range("C3") & ".xlsx", FileFormat:=51 So I need to check if that file name exists.
3 If that file name exists add something like “V2”,”V3” etc
4 Hide all dialog boxes and warning from user.
I think this can be achieved by “Application.DisplayAlerts = False”
Looking forward to any help!
Regards,