jwgreen1986
Board Regular
- Joined
- Mar 8, 2019
- Messages
- 64
I currently have 3 different tables on one sheet.
a table that lists the standings of sale execs at a certain site.
another that has the standings of all the sites
a final one that has the standings of all sale execs
as the all sale exec table is bigger than the rest i have an auto filter code in the VBA (the standings change from 93, 73 and 59 depending on what scheme has been selected)
i would like to put a similar filter on the sale execs by site table. however i cant do this because when it hides the blank lines it hides the whole row. meaning it hides some of the sites from the site table and some of the sale execs from the whole sale exec table.
does anyone know a bit of vba code or anything that will allow me to select the range of the sale exec table (B10:F24) and then automatically hide any empty cells every time the criteria is changed.
so for example at the min i have it showing people at Derby and it lists 9 people with 6 empty cells under it. if i change the site to burton there are 13 staff listed and 2 empty cells at the bottom.
id like something that will hide the empty cells at the bottom when i change site, but wont affect the other two tables
a table that lists the standings of sale execs at a certain site.
another that has the standings of all the sites
a final one that has the standings of all sale execs
as the all sale exec table is bigger than the rest i have an auto filter code in the VBA (the standings change from 93, 73 and 59 depending on what scheme has been selected)
i would like to put a similar filter on the sale execs by site table. however i cant do this because when it hides the blank lines it hides the whole row. meaning it hides some of the sites from the site table and some of the sale execs from the whole sale exec table.
does anyone know a bit of vba code or anything that will allow me to select the range of the sale exec table (B10:F24) and then automatically hide any empty cells every time the criteria is changed.
so for example at the min i have it showing people at Derby and it lists 9 people with 6 empty cells under it. if i change the site to burton there are 13 staff listed and 2 empty cells at the bottom.
id like something that will hide the empty cells at the bottom when i change site, but wont affect the other two tables