Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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
Solved! Go to Solution.
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
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