Recording keyboard sequences

Recording keyboard sequences

mjohnson
Contributor Contributor
2,598 Views
42 Replies
Message 1 of 43

Recording keyboard sequences

mjohnson
Contributor
Contributor

Is it possible to record keyboard sequences to shorten a repeated series of mouse clicks and keyboard entries that I find I am doing over and over throughout the work day?  I was able to do this with Creo software and was hoping it is available for Inventor.

0 Likes
Accepted solutions (3)
2,599 Views
42 Replies
Replies (42)
Message 41 of 43

mjohnson
Contributor
Contributor

Perfect! That further streamlines the process.

 

Is there a way to eliminate the " symbols in the description.  Sometimes we import BOM's from Inventor into the our ERP system.  The " character can cause problems.

The description below would read 10GA x 3/4 x 3 LG.

 

mjohnson_0-1638912629563.png

 

0 Likes
Message 42 of 43

A.Acheson
Mentor
Mentor

In the sub routine  "Sub ParameterExport(oPartDoc As Document, oParam As String)"

 find the below line and change to "False". ShowUnitsString will add/remove the (")

oFormat.ShowUnitsString = True

 I would normally strip those off with a little macro when exporting the list but what ever suits your workflow. 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes
Message 43 of 43

mjohnson
Contributor
Contributor

Looks good, thanks.

0 Likes