motabrasil
Member
I have a spreadsheet with many columns. However, 2 of them may have multiple values
that need to be split in different rows. What I want to do is, when I find the
cells with multiple value {Chr (10)}, I need to split them in the following rows (below) and keep all the others information from the same row. Let's suppose I have
in the cell A1 three different Part Numbers (Chr 10) and, in the cell B1, the a price for them. The macro should split the Part Number in the e three different rows (A1, A2 and A3) and the price should be kept in the cell B1. The problem is the number of the values inside the same cell could vary and this number should drive the number of rows to be inserted, copied and paste.
Any help would be very appreciated
Thanks in advance
AGM
that need to be split in different rows. What I want to do is, when I find the
cells with multiple value {Chr (10)}, I need to split them in the following rows (below) and keep all the others information from the same row. Let's suppose I have
in the cell A1 three different Part Numbers (Chr 10) and, in the cell B1, the a price for them. The macro should split the Part Number in the e three different rows (A1, A2 and A3) and the price should be kept in the cell B1. The problem is the number of the values inside the same cell could vary and this number should drive the number of rows to be inserted, copied and paste.
Any help would be very appreciated
Thanks in advance
AGM