Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have made this from a old post, but it doesn't work, the help screen
comes up...any ideas why? Option Explicit Sub DownRow() Range("G" & ActiveCell.row + 1).Select End Sub Sub F1On() Application.OnKey "{f1}", "DownRow" End Sub Sub F1Off() Application.OnKey "{f1}" End Sub Its modified from a Dave Pederson answer in another post. Ryk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create a command button, then assign macro to it in excel | Excel Discussion (Misc queries) | |||
Assign Macro | Excel Worksheet Functions | |||
I can't find the Assign Macro command | Excel Discussion (Misc queries) | |||
Assign macro name to menu command w/o using workbook name | Excel Discussion (Misc queries) | |||
assign macro | Excel Worksheet Functions |