There are 3 possibilities I can see to do it as previously as hiding rows in the source is not an option:
1. Make an edited copy of the table and display that on the userform (or a similar one)
2. Delete the rows from the table
3. Move the rows to the bottom of the table
Could any of these work for you? (not knowing what your form is intended to do)