I have to solve a problem, and my knowledge on writing VBA macros is really limited.
I have on big worksheet containing a resume table. Column A contains the document type. The documents types can repeat.
So what I want to do, is: Copy all the rows having the same document type and put them in a new seperate worksheet.
Specifications:
1) All the copied rows have to be on top of the new worksheet
2) If a new row is added in the worksheet with the resume table, the other worksheets have to updated
3) Nice to have: The new worksheets containing all the rows for one type of document is named after the document type
Who can help me out here...?
I have on big worksheet containing a resume table. Column A contains the document type. The documents types can repeat.
So what I want to do, is: Copy all the rows having the same document type and put them in a new seperate worksheet.
Specifications:
1) All the copied rows have to be on top of the new worksheet
2) If a new row is added in the worksheet with the resume table, the other worksheets have to updated
3) Nice to have: The new worksheets containing all the rows for one type of document is named after the document type
Who can help me out here...?