Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. SunnyShine

    Writing Sheet events in Excel

    Writing sheet events in Excel is very simple. Just right click in sheet tab and select view code. Select work sheet from objects section and apropriate event from the declarations section. Write necessary code. Thats all. You can do a lot with this feature. You can change the back ground...
  2. SunnyShine

    calculating square feet in Architectural Desktop Release 2

    Use Area command and click all corner points indicating the extend of building autocad will indicate the included area with in the points selected. If your drawing is in foot, the area will be in square feet. Other wise you have to multiply that with appropriate factor.
  3. SunnyShine

    Does Auto CAD support custom colors?

    Is there any method to create custom colors in auto CAD like a paint program. Is there any method to provide transparency to a hatch pattern (solid fill)?
  4. SunnyShine

    How to write sheet events in Excel

    Writing sheet events in Excel is very simple. Just right click in sheet tab and select view code. Select work sheet from objects section and apropriate event from the declarations section. Write necessary code. Thats all. You can do a lot with this feature. You can change the back ground...
  5. SunnyShine

    Please Help!

    As crystalrae stated you can draw some reference lines at your length of page apart. Create a new layer with "noprint" enabled. Change the layer of these line to your noprint layer. Print portion by portion with reference to these lines. Providing a little overlap will work better...
  6. SunnyShine

    OBJECT PROPERTIES TOOLBOX

    Syl, Could you please clarify your requirement a little more?
  7. SunnyShine

    Auto CAD heidi printer driver

    Where can I download a heidi driver for my 24pin dot matrix printer?
  8. SunnyShine

    AutoCAD VBA Tutorial

    There is an excellent tutorial for VBA in autocad's help directory. This is in PDF format. This is a good starting point in AutoCad VBA.
  9. SunnyShine

    How to find an available Command

    Dear Tigrek, Excellent answer. Thank you a lot. I shall review your macros soon. Sunny of SunnyShine
  10. SunnyShine

    How to find an available Command

    Is there any method to know the available custom commands (created by lisp routines) in an autocad session? I can't remember all the available commands. I load all necessary lisp routines by startup kit.
  11. SunnyShine

    Re: OTHER: Technical Documentation - PDF Files

    Hi, Just try this, open the PDF file in acrobat reader and zoom your picture or diagram to required size then press the "Print screen" button. The entire screen image will be copied to clip board. You can cut the required portion after pasting it in to any paint program. Hope this...
  12. SunnyShine

    Convert .DWF to .DWG

    According to me you need to obtain a connection with the source DWG file while making a "Save As". You will recieve an invalid source path error if it is not available. If it is working well with out a connection from the source file, it is efficient to keep all old DWG files as DWF...
  13. SunnyShine

    Visual basic for Excel

    using cells(rowindex,colindex).value=TextBox1.text for handling cell values is more flexible in a programming context. You can also use workbook and sheet reference along with this method.
  14. SunnyShine

    Helical stair design

    CHANDRA<br><br>Thank you for your valuable suggession.&nbsp;&nbsp;Could you please suggest a web site related to this?
  15. SunnyShine

    VBA program setup disk creation

    I have developed a VBA program to work in AutoCAD 2000.&nbsp;&nbsp;How can I create a setup program to install the routine in AutoCAD with necessary button menus.
  16. SunnyShine

    Helical stair design

    could anybody suggest to get some information on the design of helical type stair (supports at top and bottom only)? what's the concept, theory involved in designing such stair?
  17. SunnyShine

    Biaxial bending algorithm required

    Anybody can suggest a site which I can gather information for writing an algorithm for biaxial column design.

Part and Inventory Search

Back
Top