Can you attach a macro button to a drawing?
Can you attach a macro button to a drawing?
(OP)
I would like to attach a macro button to a drawing template? Does anyone know if this can be done?
When was the last time you drove down the highway without seeing a commercial truck hauling goods?
Download nowINTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Can you attach a macro button to a drawing?
|
RE: Can you attach a macro button to a drawing?
Do not link the file and display as an icon.
Change the icon properties to a button shape with no label.
Clicking the inserted file will cause the .exe to run.
One drawback, I haven't gotten around:
I can't remove the Outline box that surrounds my inserted file on the drawing, but at least it doesn't print if left on the drawing.
Remember...
"If you don't use your head,
your going to have to use your feet."
RE: Can you attach a macro button to a drawing?
RE: Can you attach a macro button to a drawing?
RE: Can you attach a macro button to a drawing?
I have a couple reasons....
1) The macro button wouldn't have to be set up on all the workstations because it would come in on the drawing template.
2) An obtrusive macro button would stare the user right in the face and pretty much force them to use the macro which will standardize the way our title blocks are filled out.
RE: Can you attach a macro button to a drawing?
People just do not liked to be force into standards. Mostly when all they have to do is edit the template and double click the value to change the title. I struggled with our engineers to get them to use macros to fill in the title block, with some to no avail. Then I made the macro easier to use than typing it in manually. For example: finish was a tough one to type in,
ANODIZE PER
MIL-A-8625, TYPE II,
CLASS 2. COLOR BLACK.
(NO CERT REQ)
now we click the material we want and our standard finish radio button is set. We have 12 items to enter on our title block. The engineer only has to type the description and everything else is entered automatically. What I hated besides the typing was the description would always be type by me in lower case. I would have to retype it. Now visual basic makes it all upper case. We put all our macros out on the network, with everyone pointing to that location. No need to put macros on everyone’s hard drive anymore.
Bottom line: Make your macros easier to use than doing it manually. If they do not use the macros it is there loss and time wasted.
Bradley
RE: Can you attach a macro button to a drawing?
RE: Can you attach a macro button to a drawing?
Your right we do store that information in the part.
Bradley
RE: Can you attach a macro button to a drawing?
Yes, you will need access to a full version of VB somewhere in order to compile the macro.
Remember...
"If you don't use your head,
your going to have to use your feet."
RE: Can you attach a macro button to a drawing?