我在excel电子表格中有两列
中有大约1000条记录Column 1:
- Row 1- Name:
- Row 2- Company:
- Row 3- Tel. No:
- Row 4- Email:
- Row 5- Web-address:
- Row 6- Name:
- Row 7- Company:
- Row 8- Tel.No:
etc
Column 2
- Row 1- Mike A
- Row 2- Microsoft
- Row 3- 78544587455
- Row 4- mike@microsoft.com
- Row 5- www.microsoft.com
- Row 6- Steve B
- Row 7- Google
- Row 8- 1521557547
现在我需要的是相同的数据,但是在5列中,如果有意义,它的垂直水平数据。
所以最终结果如下:
Name | Company | Tel no. | Email | Website |
Mike A |Microsoft| 78544587455|mike@microsoft.com|www.microsoft.com
Steve B| Google | 1521557547 | etc
VBA的任何想法?