Ok I am trying to automate extrude up to vertex. I recorded doing this and even the recorded macro doesn't work when played back under the same circumstances. I have tried two methods. I have the model rebuilt before selecting both the sketch and the vertex. (the vertex I am using is a sketch Point.) AsModelDoc.FeatureBoss2 True, False, True, 3, 0, 0, 0, False, False, False, False, 0, 0, False, False, False, False Set ExtrusionFeat = FeatMan.FeatureExtrusion(True, False, False, 3, 0, 0, 0, False, False, False, False, 0, 0, False, False, False, False, False, True, True) Thank you, Corey Scheich