Hi, I have a couple of issues.
First, I am trying to use a listbox to insert values into specific rows in a range.
Here is the code to populate the listbox, which seems to be working fine:
Private Sub CommandButton1_Click()
Dim LR As Long
Dim r As Long
Dim i As Long...