Skip to main content
1-Visitor
July 29, 2015
Solved

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

  • July 29, 2015
  • 1 reply
  • 1914 views

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

Best answer by BineshKumar1

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

1 reply

2-Explorer
July 29, 2015

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