Hi All,
I have fields in rows for each record. Need to plot the same in columns. Data is in sequence i.e. each record starts with field name "ACCOUNT". Actual data is more than 10K and i need solution in VBA or other way by which data could be plotted in required pattern till end of data is reached.
ACCOUNT
1001
CITY
Sydney
DOB
19901104
ACCOUNT
1002
CITY
London
DOB
19850912
ACCOUNT
1003
CITY
Houston
DOB
19931022
Thanks
I have fields in rows for each record. Need to plot the same in columns. Data is in sequence i.e. each record starts with field name "ACCOUNT". Actual data is more than 10K and i need solution in VBA or other way by which data could be plotted in required pattern till end of data is reached.
ACCOUNT
1001
CITY
Sydney
DOB
19901104
ACCOUNT
1002
CITY
London
DOB
19850912
ACCOUNT
1003
CITY
Houston
DOB
19931022
Thanks