Thanks alot, your code worked great!
Main Topics
Browse All TopicsHi,
I have a spreadsheet that will be populated with information about payments received from customers that are input from a userform. The information will go across a row such as such as cells(17,1).Value = CustomerName.Text cells (17,2).value = CheckAmount.Text and so on. Unfortunately the way this spreadsheet is set up to work I cannot specify a finite cell location. I want the userform information to populate in row 17 for the first time a new payment is added, 19 the second time, 21 the third an so on so after many times there will be a list of all the payments we have received from customers and the userform is able to determine the appropriate row to begin inputing information instead of the user clicking on a specified cell. How would I go about doing this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: webtubbsPosted on 2009-06-28 at 17:38:47ID: 24733057
Hi wipnav,
If there is a gap betwen rows of data in column A, you can use the below function to return the next row.
Regards,
Wayne
Select allOpen in new window