Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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