Skip to main content
1-Visitor
March 25, 2014
Question

How to call a mapkey from Excel VBA

  • March 25, 2014
  • 2 replies
  • 2727 views

Dear all,

I am trying to call a mapkey, that I have already defined in CREO, from excel's VBA.

Is this possible ?

I would would be thankful for the help

Regards,

Nicolas

    2 replies

    1-Visitor
    March 25, 2014

    Some info about mapkey in Creo API.

    http://communities.ptc.com/message/192013#192013

    1-Visitor
    March 25, 2014

    Not much experience with the VB API, but if its simular to JLink:

    IpfcBaseSession.RunMacro()

    There is an example in the manual.

    1-Visitor
    March 26, 2014

    Yes, its the same method in VBA: IpfcBaseSession.RunMacro()