Hello-
I have looked all over but can't seem to find a solution to something that should be simple. I pull data from a PDF that looks like the following below. When pasting, it automatically puts all of the data in one cell separated by a line break. The data changes every time it is created and can range from 1 line to 1000 lines.
I am looking to have this data separated into its own rows/cells while maintaining the appropriate column. The data will always be in cells A1:J1 every time it is pasted. Either a formula or VBA will work. Thanks so much in advance for looking into this!
I have looked all over but can't seem to find a solution to something that should be simple. I pull data from a PDF that looks like the following below. When pasting, it automatically puts all of the data in one cell separated by a line break. The data changes every time it is created and can range from 1 line to 1000 lines.
9161264 9180788 | 2 1 | 750 750 | XYZ 123 ABC 3456 | 6 12 | 72.00 36.00 | 360.00 189.00 | 288.00 153.00 | 48.00 12.75 | 576.00 153.00 |
I am looking to have this data separated into its own rows/cells while maintaining the appropriate column. The data will always be in cells A1:J1 every time it is pasted. Either a formula or VBA will work. Thanks so much in advance for looking into this!