Search results

  1. C

    Adding layer file - Automation Error, Invalid Pointer, VBA code help

    I've wrote code to add 4 files into ArcMap. The first 3 add featureclasses and work perfect, but this layer will not add due to a Automation Error, Invalid Pointer, which pops up when I run the code. The debug takes me to the line with the comment depicting the error. I do not know how to fix...
  2. C

    Adding Data from Form into Table

    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...
Back
Top Bottom