Quick Merge & Split
Function Syntax | qmrg / qspl |
Current Version | 1.0 |
Download | QuickMergeV1-0.lsp |
View HTML Version | QuickMergeV1-0.html |
Compatible with AutoCAD for Mac? | No |
Compatible with AutoCAD LT? | Yes |
Donate |
Program Description
This program defines two commands to facilitate quick merging and unmerging (splitting) of table cells.
Quick Merge (QMRG)
On issuing the command syntax QMRG, the user may window-select a region of table cells to be merged (in visible tables on unlocked layers), and the program will automatically merge all cells in the selection (which may include cells that are already merged).
Quick Split (QSPL)
On issuing the command syntax QSPL, the user may pick a merged cell (in a visible table on an unlocked layer), and the cell will be immediately split into the number of rows & columns that it spans.
Example of Usage

Instructions for Running
Please refer to How to Run an AutoLISP Program.