I need to create a macro that will look at a specific cell, and if it is filled, create a txt document with that cell name, in a specific folder.
For example, if A1 = "John Smith", the macro would create the file "John Smith.txt" in C:/Clients/
Further more, in an attempt to prevent deletion of an already created filed, it would need to first confirm there is no John Smith.txt already located in the folder, then create the file. If there already is a John Smith.txt, it would simply move on to A2, A3, A4, etc performing that same task, until all of column A's cells have corresponding txt files.
Thanks for your help guys.
Bookmarks