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...
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...