I'm trying to create a new feature in a feature class, then load it's field data from a form I created. The created feature is a land parcel. Not sure how to fix my "Object Required" error.
Public Sub UserForm_Initialize()
Dim pMxDoc As IMxDocument
Set pMxDoc = ThisDocument...