VBA triggers on tabkey
You have a sheet_change event.
Something has to be changed or edited in a target cell.
Are you typing in the cell then hitting the Tab Key to exit?
Should fire your event.
If you don't type or edit something in the cell Tabbing out will fire nothing.
Hitting ENTER key will not fire your event if you do not change or edit the cell
contents.
D-click then Tab or ENTER will fire the event.
F2 then Tab or ENTER will fire the event.
Picking from a Dropdown list will fire the event.
Gord Dibben MS Excel MVP
On Mon, 18 Apr 2011 13:26:37 -0700 (PDT), jt wrote:
but it doesn't fire when I hit the tab key?
|