Hello, and thanks for taking the time to stop and read my help request.
This is extremely difficult to explain due in part to my limited knowledge of excel, but I will try my best.
I have an excel form where a user can insert a row of information and after insertion a macro automatically sorts the data into the rest of the dataset.
I also have it set up so that before printing, all blank cells are hidden via autofilter.
The problem is that after printing, I would like the option to clear one column of user entered data, but only among a certain range of rows.
So, my question boils down to: How do I clear the range when I am unsure of how many rows there will be? (If this is even possible)
I have uploaded a screenshot of the form to give some context. Please let me know if I should upload a sample work book, although I doubt it will be any good without having to explain how to use the form.
Thanks in advance for your tips and words of wisdom!
[edit] What I had thought about doing was something along these lines:
and then utilizing "Selection.Rows.Count" in some fashion to deselect the "Header" cell/row.
Bookmarks