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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Newhere

  1. Newhere

    Write coordinates of sketch points to excel

    Hello, in the meantime I found out that there is a problem with these lines: Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook Dim xlSheet As Excel.Worksheet So there is a problem to write the data to Excel. If I delete these lines (and the other Excel-related lines), and let the...
  2. Newhere

    Write coordinates of sketch points to excel

    Hello! handleman posted a macro on thread thread559-160366 This macro is supposed to write the coordinates of sketch points to an excel file, and I desperately need to get it to work ;) I copy/paste the macro here again: Dim swApp As SldWorks.SldWorks Dim Part As SldWorks.ModelDoc2 Dim...

Part and Inventory Search

Back
Top