I currently have a macro to extract information from a part into an Excel file, such as its description and weight. I'm using the following:
ModelDoc.CustomInfo2(Configuration.Name, "Description")
ModelDoc.CustomInfo2(Configuration.Name, "Weight")
However, I'm having a problem with the weight...