Sorry new to VBA. I built a UserForm that filters coloumn's A, B, and C down to a single row based on the combobox selection(s). I want to pull the active cell value from Column D, E, and F (excluding the "header" or row 1) to a Text Box's in the User form. What is the best code that will ignore all the hidden values and only display the active row value not included row 1.