C
Clif McIrvin
Excel 2003 on XP Pro
I have a worksheet that functions as a recipie design form. The logical
groupings of unprotected cells on the worksheet do not correspond to
Excel's tab order.
Is there a way to capture "tabbing" out of a cell (as opposed to
"clicking" out of a cell) so that I can use Range("addr").Activate (or
some other method) to specify where to go next?
I considered the WorkSheet_Change event, but quickly realized that only
fires if the cell is actually changed.
I have a worksheet that functions as a recipie design form. The logical
groupings of unprotected cells on the worksheet do not correspond to
Excel's tab order.
Is there a way to capture "tabbing" out of a cell (as opposed to
"clicking" out of a cell) so that I can use Range("addr").Activate (or
some other method) to specify where to go next?
I considered the WorkSheet_Change event, but quickly realized that only
fires if the cell is actually changed.