i want to have follwing data in mhf Grid
here is the text file named closing.txt
i want to show those details who have mention in heading for example
Code, Name , cls, opn, lst, low and volume
total 7 fields
i want to display those records into microsoft herachical grid
how is this possible
examples
.TextMatrix(Rowcount, 1) = code
.TextMatrix(Rowcount, 1) = name
.TextMatrix(Rowcount, 1) = volume etc
please help me the code