I have a workbook for memberships, with 2 sheets "Members Due" and Members Paid".
When a member pays, their row is moved from members due to members paid.
Row A on both sheets containes their membership number (I like to give them their same number every year if the stay)
If someone doesn't renew for some time and a new member joins i would like to find the next available number.
So what I am after is some VBA code that says:
Look in "Members paid" row A and "Members Due" row A and return the next consicutive missing number.
Hope this makes sense.
When a member pays, their row is moved from members due to members paid.
Row A on both sheets containes their membership number (I like to give them their same number every year if the stay)
If someone doesn't renew for some time and a new member joins i would like to find the next available number.
So what I am after is some VBA code that says:
Look in "Members paid" row A and "Members Due" row A and return the next consicutive missing number.
Hope this makes sense.