How would I import text from a certain cell in excel and then put that in a certain text box in auto

Discussion in 'AutoCAD' started by Todd.McKeehan, Jul 5, 2007.

  1. How would I import text from a certain cell in excel and then put that
    in a certain text box in autocad?
    Thanks,
    Todd
     
    Todd.McKeehan, Jul 5, 2007
    #1
  2. Todd.McKeehan

    Figmint Guest

    i only know how to do this thorough VBA, but assuming X represents the
    Text object you wish to put the information into it would be something
    like this

    X.text = excel.Workbooks("Name of workbook").Worksheets("Name of
    worksheet").range("cell address")
     
    Figmint, Jul 30, 2007
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.