| | I have a huge word document that I want to be able to add a comma to the end of each line and then concatenate the whole document together. For example: test testing 1 test 23 4 I want that to be something like: test,testing 1,test 23 4 I tried doing this using a macro (not very good at), but couldn't get them to come out right. Basically I want to make sure that each line connects to the previous one followed by a comma at the end. My document so far has over 4,300 lines now and growing. Any VBA experts out there or does anyone else know of an easier way to do this? Thanks. |


