Hi,
Im trying to auto scroll to the bottom after an input, but I'm getting the error ""Permission Denied"
Private Sub UserForm_Activate()
lstDatabase.AddItem lstDatabase
lstDatabase.ListIndex = lstDatabase.ListCount - 1
End Sub
Im trying to auto scroll to the bottom after an input, but I'm getting the error ""Permission Denied"
Private Sub UserForm_Activate()
lstDatabase.AddItem lstDatabase
lstDatabase.ListIndex = lstDatabase.ListCount - 1
End Sub