Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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()