URLList does not exist

In building the tutorial “Simple Web Browser” I am supposed to add to the actions for the add button the code:

URLList.AddRow(URLField.Text)

This creates an error “item does no exist”

Perhaps you forgot to change the name of the ListBox from “ListBox1” to “URLList”?

No. I spelled it YRLList. Didn’t even look for that.