Eloise T
Active Member
When I copy the attached document file to Excel, it puts the data (text) on each line(row) in one cell (column A).  In order to properly massage the data, I need a macro to "take the data in column A, one line(row) at a time, find the first space, leave the data (text) that is left of the space in column A and put the remaining data in column B.  For example, if cell A1 contains "John Smith is an Excel programmer".  Running the macro will leave "John" in column A and put "Smith is an Excel programmer" in column B....and continue on down the column, line-by-line until the data is exhausted.  Thanks in advance!
				
			Attachments
			
				Last edited: