I have an Outlook form that the user needs to add information about a customers Equipment-“make,model,serial number contract start,contract end” I have the user enter the information in text boxes then click a button and the contents of the text boxes to the list. I need to beable to add to the list without overwriting what is already there. My code works for one entry, a second entry overwrites the first. What I am thinking is to count what is in the box do something like add to count+1 to add the item to the next empty row.
Dennis