Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hoja

  1. hoja

    Automatic Dimensions

    Does anyone know of a tool in autocad that will place dimensions on your drawings automatically...so if you have 4 rectangles drawn, by the click of a button, autocad would place dimensions on all straight lines and sides and what not. thank you
  2. hoja

    Clearing a form

    ok, so it was; UnLoad frmRod Thanks
  3. hoja

    Clearing a form

    Is there a way to not just unload a form, but to clear any information from it. my last line of code is: frmRod.Hide But if I run the macro again, it stores the old values that I originally placed on the form, I want a clear form. Thank you
  4. hoja

    Decimal PLacement

    thank you, this works.
  5. hoja

    Decimal PLacement

    Can anyone help me with the line of code that I would need to show only 2 decimal placements on my square footage result. This is my code. When it prints my sq ft result on my drawing, it shows the number with like 1 decimal placements (29.888888888888) Dim insPointSqFt(0 To 2) As Double...
  6. hoja

    Procedure option not visible

    Ok...I needed to insert a Module first !!! ooopss!! sorry
  7. hoja

    Procedure option not visible

    Can anyone tell me why I can't add a procedure in my VBAIDE ? under the insert menu up top, I see procedure as an option but it is grayed out (not active) how can I activate it? I am currently using AutoCad 2004 thank you
  8. hoja

    How to execute a form

    Thank you very much Todd....this works, but is there a way to execute the form straight from the command line by typing the name of the .dvb file maybe. Because this way I have to type _vbarun and then select the macro from the window and then hit RUN....I am trying to cut down on the steps...
  9. hoja

    How to execute a form

    Hello, can anyone give me a link to some info on how to execute a simple form saved as a .dvb file in autocad. I created a simple form in vba, but I don't know how to execute it when in Autocad!! I would like to execute from either the command line or by creating a drop down menu in...
  10. hoja

    Exporting several dxf's at the same time

    Hi, is there a way or a script that would allow you to export a 5 piece drawing for example, unto 5 different dxf's ?? So if I create a drawing with 5 squares, I want to put each one of those squares into it's own dxf file with an export option, could I do that...instead of having to save each...
  11. hoja

    Cut & Paste (without importing all the junk)

    Hello, I have a question for you guys. Is it possible to cut & paste from one drawing to the next without bringing in all the layers and blocks and stuff to the new drawing. If I get a drawing from a company, what we do is cut & paste on to our drawing-template, but it brings all the layers...
  12. hoja

    Turning a SPLINE to arcs !!

    Has anyone herd of the DIVIDE command? apparently when you have a SPLINE you can type divide, and type a number of segments....I'm just not sure how use it to turn my spline into arcs.!!! please advice Thanks Rod
  13. hoja

    Turning a SPLINE to arcs !!

    Thank you for your reply....that's the thing thought!!! you "cannot" explode the SPLINE !!!
  14. hoja

    Turning a SPLINE to arcs !!

    Hello, is there a way to turn a spline line unto regular arcs to be read by a CAM program ? The CAM program will not read the spline, only arcs and lines!!! Please help. I have a copy of the drawing in case someone wants to see it. It's a weird shape, so it was really easy for me to draw the...
  15. hoja

    Anyone know Six Sigma ??

    Has anyone ever gotten involved in implementing Six Sigma in your organization ? I have been given this task and want some feedback on the subject, thank you. Rod

Part and Inventory Search

Back
Top