How to create a Pro/E part file by Excel?

Hi All,

I have a Pro/E part which is a cylinder.
After creating, I opened the design (Tools --> Program --> Edit Design
Part1.pls file got opened.

Now what I want is, there are 2 dimensions for that cylinder.
those 2 dimensions I have in 2 columns in an excel file.

First column is part number, second is diameter & third is Height.

I want to create those parts using macros..

Any Ideas or suggestions please....

2 Answer

By clicking Tools>Program, you are entering into Pro/Program, so read documentation guide to know how to edit and create parts.

You can link excel and pro/e using VB API, you have to write vba code in which you connect to a working session and than you can change dimensions using excel.