Hi all,
Please teach me how I can display only columns with certain text in Excel 2007? There are a lot of help on filtering rows but I am hoping to create either a toggle button or set up a reference cell (say "B4") along with a VBA to display columns with selected days only.
For example, method #1 : the user click the toggle button labeled "Sunday" or method #2 : the user inputs "Sunday" in "B4". Then only column T and column AA and all the Sunday columns will show.
Thank you for any help you can think of.
Please teach me how I can display only columns with certain text in Excel 2007? There are a lot of help on filtering rows but I am hoping to create either a toggle button or set up a reference cell (say "B4") along with a VBA to display columns with selected days only.
For example, method #1 : the user click the toggle button labeled "Sunday" or method #2 : the user inputs "Sunday" in "B4". Then only column T and column AA and all the Sunday columns will show.
Thank you for any help you can think of.
Excel 2007 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
S | T | U | V | W | X | Y | Z | AA | |||
6 | AM Attendance | 2 | |||||||||
7 | PM Attendance | 2 | |||||||||
8 | AM & PM Attendance | 1 | |||||||||
9 | Jan-1 | Jan-2 | Jan-3 | Jan-4 | Jan-5 | Jan-6 | Jan-7 | Jan-8 | |||
10 | Days Present | Sun | Mon | Tue | Wed | Thu | Fri | Sat | Sun | ||
11 | 1 | AM & PM | |||||||||
12 | 1 | PM | |||||||||
13 | 1 | AM | |||||||||
14 | |||||||||||
Main Screen |
Last edited: