Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
Some info about mapkey in Creo API.
Not much experience with the VB API, but if its simular to JLink:
IpfcBaseSession.RunMacro()
There is an example in the manual.
Yes, its the same method in VBA: IpfcBaseSession.RunMacro()