Hi, I am making a Name List where people can put their name in a cell, and click on a macro-recorded button to automatically add their name to a new row in an existing list.
However, I am trying to add VBA to set a limit to the number of rows that can be filled in this list. So, if I want the name list to be 20 rowsonly, I want the button to only fill within the 20-row range, and otherwise return an error message box for the user to go back and delete names manually.
How would I go about limiting the rows for this? Thanks in advance for your help!
However, I am trying to add VBA to set a limit to the number of rows that can be filled in this list. So, if I want the name list to be 20 rowsonly, I want the button to only fill within the 20-row range, and otherwise return an error message box for the user to go back and delete names manually.
How would I go about limiting the rows for this? Thanks in advance for your help!