Hey guys
I'm currently undertaking a big project where I'll need dozens of macros (which I'm not an expert on!) so thought I'd ask on a single thread instead of loads of little ones.![]()
I'm making an interface where I can view information on companies based on raw data. I've made a macro where I copy a line of data from one sheet, and paste it into another so it's nicely arranged, with buttons which let me cycle through different rows (companies).
Question1
I have a list of employees of many different companies, and want to copy ONLY the employees that have a specific ID number. for example:
COMPANY ID - Employee
456 - Employee 1
456 - Employee 2
456 - Employee 3
252 - Employee 1
252 - Employee 2
369 - Employee 1
369 - Employee 2
I want to copy the rows of employees who work for the company 252.
How do I do this?
TYIA
Bookmarks