I’m trying to create a user form for a log that allows the user to select a document within a log and edit other cells along that same row.
The log will continue to grow, so I need to be able to use the combobox to select the document number for editing items along that row. Log will start with number 1 and will increase as it progresses. There are two summary lines starting two rows beneath the first row of data, and I do not want to include these rows in the combo box list.
The log will continue to grow, so I need to be able to use the combobox to select the document number for editing items along that row. Log will start with number 1 and will increase as it progresses. There are two summary lines starting two rows beneath the first row of data, and I do not want to include these rows in the combo box list.