exceluser9
Active Member
- Joined
- Jun 27, 2015
- Messages
- 388
Hi Team.
I need a VBA code to transpose.column data into rows. Below is example.
Sheet 2
Column A Column B
Sl no. Data
17957 Missing number
17957 Missing Data
17957 Additional data required
17957 Address not available
17957 DOB Missing
17957 Require account details
In sheet when I input number 17957 it should give me all 6 row data in Column B, Column C, Column D, Column E, Column F, Column G
Above is just an examples, there is no data limit, macro should run until the data is present and give results. No all sl no will have 6 row of data. It could be 1/2/3/4/5/6. Sl no will be keep on changing, it can be 2 digit or greater than that
Sheet 1
Column A
17957
Thanks
I need a VBA code to transpose.column data into rows. Below is example.
Sheet 2
Column A Column B
Sl no. Data
17957 Missing number
17957 Missing Data
17957 Additional data required
17957 Address not available
17957 DOB Missing
17957 Require account details
In sheet when I input number 17957 it should give me all 6 row data in Column B, Column C, Column D, Column E, Column F, Column G
Above is just an examples, there is no data limit, macro should run until the data is present and give results. No all sl no will have 6 row of data. It could be 1/2/3/4/5/6. Sl no will be keep on changing, it can be 2 digit or greater than that
Sheet 1
Column A
17957
Thanks