I am trying to write a code to look through one column of a large worksheet pulling in data from that sheet in to others. What I have is a column titled "sector" I want the code to loop through this column and seperate the like values. I then want it to pull the data based on each sector in the worksheets I have created for them.
For ex. the sector column includes things like U.S. Treasury, FNMA, and GNMA. I was to use vba to seperate each of these onto their respective worksheet.
Thanks.
For ex. the sector column includes things like U.S. Treasury, FNMA, and GNMA. I was to use vba to seperate each of these onto their respective worksheet.
Thanks.
Comment