Hi,

I don't know how to create in VBA my own shortcut which will call only when my active cell is in specific column.

I use Application.OnKey mothod but it works only for all workbook.

For example: when my active cell is in column F i want run macro by pressing ENTER. In other column ENTER shoud works normalny

Thans in advance !