I would like to mimick behavior similar to Excel's Format Painter.

For instace,

A form has a choice between Merge and Unmerge.

The user sets the mode and then selects the cells to perform the given operation on.

I usually do this by selecting the cells and then clicking a button.

A "AfterCellsSelected" even would be a perfect start..

Any ideas?