[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Curly Braces in VBA
Tip# 2145 By Scott Sawdy On 01-Sep-2006
3
Rated By 1 users Downloaded : 405
Categories : 3D Operations, VBA Code Modules
Software type : AutoCAD
Rename File To : Tip 2145: brace.txt
Draws a large curly brace given two points.

Curly Braces in VBA (Tip #2145) from Scott Sawdy draws a large curly brace given two points. The program example is supplied as a text file that you can copy into a VBA macro module. Once in the VBA environment, run the macro named Brace. It requests two points that represent the end points of the brace. The brace is always drawn so that it's pointing to the left of the line defined by the two points you enter. If you want the brace to face left, give the top point first. For a right facing brace, give the bottom point first. If you're looking for a nice VBA example that shows the basics, you found it in this tip!

 

 

Average Rating:
3


User comments