I have a list of ~30,000 row's of data. The file name I want in Column B and the raw text data in A. I need to Split each individual rows into multiple Files to load them into a obscure piece of software that we use for data analysis.
Using the forum I have found this code from Dave Peterson which I have tested and used to breakup my data. Unfortunately it labels each file by increasing number. With as many data points as we have its getting difficult to say the least to cross reference by number.
DATA EXAMPLE
WORKING CODE
So I have been playing with the above code to try and make a new file name based on the data in column B but to no avail. I can get it to reference A1 but not continue beyond that. not sure if excel can even use a "cell" to name a file at this point.
The changes are in bold. Is there some sort of naming convention command that I could use in the top code to reference the cell that I want, or am I on the right path. Any help or fixes to the code would be greatly appreciated. I am out of my element at this point.
Additionally I can put the file names on another sheet and link to that so that the file names do not end up in the data files.
Bookmarks