Specific Mapkeys Problem (copy/paste)
Specific Mapkeys Problem (copy/paste)
(OP)
Hello all,
I am design engineer in well known HVAC company. I am new to pro-e and recently I have developed several mapkeys to make my work faster which it has. The problem I am facing is during the making of bending drawings for each part, the work is very time consuming and it contains alot of repeated clicks that just waste time.
I am looking to develop a mapkey which does the following task when I hit the button 'record':
1. open rename, copy the name of the part and press cancel
2. open save a copy window and paste the specific opened part name which it has copied.
now the problem occurs due to mapkey not copying different part names for different part. it basically just pastes the name of the part which i originally did during record. Is there anyway to develop this mapkey so that I can use this command for 100's of parts and work efficiently?
A detailed answer would be much appreciated with clear steps. That would be very much helpful.
Regards,
I am design engineer in well known HVAC company. I am new to pro-e and recently I have developed several mapkeys to make my work faster which it has. The problem I am facing is during the making of bending drawings for each part, the work is very time consuming and it contains alot of repeated clicks that just waste time.
I am looking to develop a mapkey which does the following task when I hit the button 'record':
1. open rename, copy the name of the part and press cancel
2. open save a copy window and paste the specific opened part name which it has copied.
now the problem occurs due to mapkey not copying different part names for different part. it basically just pastes the name of the part which i originally did during record. Is there anyway to develop this mapkey so that I can use this command for 100's of parts and work efficiently?
A detailed answer would be much appreciated with clear steps. That would be very much helpful.
Regards,





RE: Specific Mapkeys Problem (copy/paste)
I don't understand why you are trying to save a copy with a name that is already being used.
If you know the names you can create a prototype mapkey that can be generated by an Excel VBA program and the names replaced by the VBA program; You need to know how to create a program that can open a text file, write information to it, and close the file and how to use variables. I can't commit to fixing such programs so it's important to learn how; there are many tutorials on the Internet. You can edit mapkeys with Microsoft Notepad and see how the commands are applied and where the variables should be written to create your own.
RE: Specific Mapkeys Problem (copy/paste)
before posting a cry for help in this forum, I had done my research and had many people suggested each other than VBA scripts will make my task possible. The problem is i have no idea how to do that. I am looking for any individual who can just guide me how. Maybe not in details but atleast tell me what do I do.
Regards,