richiwatts
Technical User
I have an Excel sheet with a list of files with full path
a1 = C:\Documents and Settings\rich\My Documents\test1.doc
a2 = C:\Documents and Settings\rich\My Documents\new\test1.gif
a3 = C:\Documents and Settings\rich\My Documents\new\people.gif
...and so on. I have 600 rows like this and I need to change the file names by adding DONOT_ in front of all the file name.
So "test1.doc" would become "DONOT_test1.doc"
Could this be done with a Macro? If so does anyone have a macro to do this
Rich
a1 = C:\Documents and Settings\rich\My Documents\test1.doc
a2 = C:\Documents and Settings\rich\My Documents\new\test1.gif
a3 = C:\Documents and Settings\rich\My Documents\new\people.gif
...and so on. I have 600 rows like this and I need to change the file names by adding DONOT_ in front of all the file name.
So "test1.doc" would become "DONOT_test1.doc"
Could this be done with a Macro? If so does anyone have a macro to do this
Rich