Thread
: [Solved]
Data from a specific row in a spread sheet into a form
View Single Post
01-23-2018, 09:37 AM
NoSparks
Windows 7 64bit
Office 2010 64bit
Excel Hobbyist
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
Quote:
All my code works as it should. This issue is generating a new ID
I'd use
Code:
Application.WorksheetFunction.Max(Range("C5:C" & lastrow)) + 1
NoSparks
View Public Profile
Find all posts by NoSparks