cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

How can I read the windchill workspace content (Creo workspace) with VBA program to use the content within excel

ahogendoorn
5-Regular Member

How can I read the windchill workspace content (Creo workspace) with VBA program to use the content within excel

I'm writing a program in vba (excel) to manipulate Creo files and would like to read the contents of the Winschill workspace with VBA

1 ACCEPTED SOLUTION

Accepted Solutions

You can use Creo VB APIs. You can install the tool kit for that following the steps mentioned in https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS141739 

The APIs are documented in VB API guide. You should be looking for PTC Windchill Connectivity APIs

We developed a small utility for one of customers, it was more of a standalone client app. But from the experience, it is not very stable and has some performance issues as well

Thanks

Binesh

Barry Wehmiller

View solution in original post

1 REPLY 1

You can use Creo VB APIs. You can install the tool kit for that following the steps mentioned in https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS141739 

The APIs are documented in VB API guide. You should be looking for PTC Windchill Connectivity APIs

We developed a small utility for one of customers, it was more of a standalone client app. But from the experience, it is not very stable and has some performance issues as well

Thanks

Binesh

Barry Wehmiller

Top Tags