M
Maperalia
I have a macro that creates a directory (see below). However, I would like to
have a statement to tell me the following:
1.- Find if directory already exist.
2.- Have a window message to give me the option “YES†or “NO†to rewrite it.
3.- If I click “YES†I will rewrite it.
4.- If I click “NO†I will came back to retype the information.
Thanks in advance.
Maperalia.
'$$$$ START CREATE NEW DIRECTORY $$$$$$$$$$$$$$$$$$$$$$$$$$
NewDir = Format(Sheets("Test").Range("D5").Value)
MkDir "C:\Mario\Radius and Flat Bend\ColorLINE\Radial\ColorLine Template\" &
_ Format(Sheets("Test").Range("D5").Value)
'$$$$ END CREATE NEW DIRECTORY $$$$$$$$$$$$$$$$$$$$$$$$$$
have a statement to tell me the following:
1.- Find if directory already exist.
2.- Have a window message to give me the option “YES†or “NO†to rewrite it.
3.- If I click “YES†I will rewrite it.
4.- If I click “NO†I will came back to retype the information.
Thanks in advance.
Maperalia.
'$$$$ START CREATE NEW DIRECTORY $$$$$$$$$$$$$$$$$$$$$$$$$$
NewDir = Format(Sheets("Test").Range("D5").Value)
MkDir "C:\Mario\Radius and Flat Bend\ColorLINE\Radial\ColorLine Template\" &
_ Format(Sheets("Test").Range("D5").Value)
'$$$$ END CREATE NEW DIRECTORY $$$$$$$$$$$$$$$$$$$$$$$$$$