[Search tip detail and code files using keywords, tip number, author name, etc ]
 
Related CAD Tips
To download multiple tips, check desired boxes and click the Download Selected button.
To tag a tip (or tips) for ease in organizing and identifying your favorites, check desired boxes and click the Tag Selected box (registered users only).
For tips 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.

Brian Sardeson gives us three VBA (Visual Basic for Applications) functions: SnapMidPoint returns the midpoint of a given line entity, SnapPerpendicular returns a point perpendicul...  Read more

Tip#: 3561
Author: Brian Sardeson
Rename File To: vba-func.txt
Published on: 15-Jan-2011
Downloads: 578
Rating:
3.5
  Rated by 4 users
Integrated Database is a rather complex VBA example program for producing a materials list with an integrated Microsoft Access database. The tip serves more as a useful example for study by VBA studen...  Read more
Tip#: 3007
Author: Andrew Maser
Rename File To: BrowsePath.dvb
Published on: 03-Sep-2008
Downloads: 1463
Rating:
5
  Rated by 1 users

Script Manager by Ed Jobe is a VBA-based utility to manage and run script files in a custom folder. Before you can use this tip, you will need to load it into AutoCAD’s VBA editor (use VBAman...  Read more

Tip#: 3006
Author: Ed Jobe
Rename File To: scrmgr.lsp,ScriptMgr.dvb,ScriptMgr.LSP
Published on: 03-Sep-2008
Downloads: 1130
Rating:
3
  Rated by 1 users

Tip 2261: Pick a Folder Dialog Box
VBA is a programming language you can use to customize a variety of software solutions in addition to AutoCAD -- primarily Microsoft Office products such as ...  Read more

Tip#: 2261
Author: Bill Kramer
Rename File To: Tip 2261: BROWSEFOLDER.BAS
Published on: 01-Dec-2007
Downloads: 855
Rating:
4
  Rated by 1 users

Tip 2262: Pass Strings between VBA and Visual LISP Using a Dictionary
When VBA first appeared on the scene, I thought it would be great if we could use VBA's superior user interface capabiliti...  Read more

Tip#: 2262
Author: Bill Kramer
Rename File To: Tip 2262: LISPVBA.LSP
Published on: 01-Dec-2007
Downloads: 786
Rating:
4
  Rated by 1 users

Tip 2263: Use VBA for Input from Visual LISP
Incorporating the code files LISPBROWSEFOLDER.BAS and BROWSEFOLDER.LSP in addition to code from two tips above, this tip allows Visual LISP to call...  Read more

Tip#: 2263
Author: Bill Kramer
Rename File To: Tip 2263: LISPBROWSEFOLDER.BAS*, BROWSEFOLDER.LSP*
Published on: 01-Dec-2007
Downloads: 447
Rating:
4
  Rated by 1 users

Create Command Functions (Tip #2207) by Ed Jobe is a way to implement a bridge between VBA macros and AutoCAD's command system using Visual LISP. The LISP code in this tip is meant to be loaded whe...  Read more

Tip#: 2207
Author: Ed Jobe
Rename File To: Tip 2207: CommandWrapper.lsp
Published on: 01-May-2007
Downloads: 943
Rating:
4
  Rated by 1 users

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 VB...  Read more

Tip#: 2145
Author: Scott Sawdy
Rename File To: Tip 2145: brace.txt
Published on: 01-Sep-2006
Downloads: 403
Rating:
3
  Rated by 1 users

Message Box Utility (Tip #2102) from Lloyd Beachy demonstrates how to activate VBA features from inside Visual LISP. Lloyd's message box function calls up VBA's MsgBox routine and returns a string ...  Read more

Tip#: 2102
Author: Lloyd Beachy
Rename File To: Tip2102: Msgbox.lsp
Published on: 01-Apr-2006
Downloads: 479
Rating:
3.5
  Rated by 2 users

For some reason, class modules seem daunting at first. Most VBA books brush over the topic, leaving it to the reader to discover. Which usually means the reader never looks very far into class modu...  Read more

Tip#: CADCLIN1104
Author: Mike Tuersley
Rename File To: CADClinic_Nov04_Code.zip
Published on: 01-Nov-2004
Downloads: 522
Rating:
5
  Rated by 1 users