cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to call a mapkey from Excel VBA

njanho
1-Newbie

How to call a mapkey from Excel VBA

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

3 REPLIES 3

Some info about mapkey in Creo API.

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

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()

Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags