I'm trying to teach myself VBA. Please be patient with me. I'm trying an exercise to draw an arc based on user picks. After the user picks the center point, I'm stuck on how to achieve both the start point and radius with one pick. I'm probably over-thinking this, but I'm not coming up with an answer. I can't decide if I want to use GetPoint, GetDistance, GetAngle or what. It seems like these options give me either the point or the radius, but not both. Thanks for your help.