Consulting

Results 1 to 3 of 3

Thread: Solved: Placing a circle in Autocad at a coordinate from an Excel file

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Regular
    Joined
    May 2008
    Posts
    26
    Location
    Thank you! This does exactly what I needed it to do. Now I just need to do a few tuts so I can write these myself. Two things that I would like to understand here though.

    1. circleData = selRng.Value2
    What is the Value2? Where does it come from?
    2. I'm trying to understand whats going on with:
    Dim insertPt (0 To 2) and the 3 lines below it containing insertPt.
    If anyone is up for explaining or commenting the code so I can fully understand whats going on that would be very helpful too.
    Last edited by KennyJ; 07-28-2010 at 10:05 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •