Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. rhooshchow

    Exporting Geometrical Set Name of Isolated Point to Excel

    Much thanks guys, I combined both Little Cthullu and LWolf suggestions and got what i wanted, i will leave the code below. Cheers Option Explicit Sub CATMain() Dim ObjEXCELapp As Object Dim ObjEXCELwkBks As Object Dim ObjEXCELwkBk As Object Dim ObjEXCELwkShs As Object Dim...
  2. rhooshchow

    Exporting Geometrical Set Name of Isolated Point to Excel

    Hi, I have a code that exports the name and coordinate of all points and its the geometrical set and part name along with it. However, the name of the geometrical does not appear correctly if the point is isolated, and i cant figure out how to solve for this. Example of tree diagram...

Part and Inventory Search

Back
Top