Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Praxden
  • Content: Threads
  • Order by date
  1. Praxden

    Draw line from quadrant of circle in Code

    Does anyone know how I would draw a line from a quadrant of a circle in code? Say circle is last object drawn and I want to automatically draw a line from the right quadrant out 2' Any help would be appreciated Praxden
  2. Praxden

    Compare Numbers

    What i want to do is compare each number in the list to each other and count the numbers that are within say 5 of each other. The numbers are listed in different columns (35 total). Heres a better example. 232 I 230 I 120 I 12 I 23 I 27 I 21 ----- Result would be 4 because 23 27 and 21 are...
  3. Praxden

    CountIf Advanced

    I would like to compare a column of numbers and count the onces that are within X number of numbers from each other example 12 3 26 11 76 42 If X = 1 then the list above would return the value 1. Since only 11 and 12 are within one number of each other. Thanks Praxden
  4. Praxden

    All Drawings Open in new instance.

    When I double click a drawing to open, it starts a new instance of autocad for that drawing, rather than a new window within the running instance. Does anyone know the parameter to change this setting. Couldn't find it in help file. Sincerely, Praxden
  5. Praxden

    Replace XXX in Autocad drawings

    Does anyone have any code that will replace XXX in a drawing with for example 001 (rsxxxa20 will be rs001a20). I need to update 300 drawings. Find and replace works for each drawing, but it's a long day. Sincerely, Praxden
  6. Praxden

    Autocad to Access

    How would I import all the text from an Autocad drawing to an Access database? I have some code that works with word and autocad but I need to get the text in access. Sincerely, Praxden
  7. Praxden

    Append Query on Concant key

    Hello, I am trying to update a recordset of documents to relate them to a different aircraft. I am using a select query to select the document set that I want to copy to the new aircraft. The table I am trying to update to has two fields for the primary key. I am setting the Append query to...

Part and Inventory Search

Back
Top