Hello All,
I am new to the Macro and VBA scene. I am working on a project for a friend. I am currently using a user form to take inputs. I already have it finding the first free cell with this code:
'find first empty row in database
iRow = ws.Cells.Find(What:="*", SearchOrder:=xlRows, _...