"Repeat Last Command" macro
"Repeat Last Command" macro
(OP)
Let me start by saying I have plenty of experience with Excel VBA but none with Solidworks VBA.
I am looking to add a button to the 'shortcut' toolbar that will repeat the last command. I currently have 'R' as my keyboard shortcut, but want to be able to click a button instead.
cheers.
I am looking to add a button to the 'shortcut' toolbar that will repeat the last command. I currently have 'R' as my keyboard shortcut, but want to be able to click a button instead.
cheers.






RE: "Repeat Last Command" macro
-handleman, CSWP (The new, easy test)
RE: "Repeat Last Command" macro
RE: "Repeat Last Command" macro
Matt Lorono
CAD Engineer/ECN Analyst
Silicon Valley, CA
Lorono's SolidWorks Resources
Co-moderator of Solidworks Yahoo! Group
and Mechnical.Engineering Yahoo! Group
RE: "Repeat Last Command" macro
Matt Lorono
CAD Engineer/ECN Analyst
Silicon Valley, CA
Lorono's SolidWorks Resources
Co-moderator of Solidworks Yahoo! Group
and Mechnical.Engineering Yahoo! Group
RE: "Repeat Last Command" macro
If I have VBA Editor closed the only thing that happens is NumLock is turns off.
If I have VBA Editor open & then run the macro from SW it will
1. Turn off NumLock
2. Insert letter 'R' into code
So I know the code is sending 'R', but SW is not responding.