B
Bradley C. Hammerstrom
Excel 2000
This seems simple, but . . .
I want to use one of the function keys, F10 for example, to automatically
type some simple text into the current cell. When I use the Macro Recorder
and I type the text, NA, and hit Enter. It creates code:
ActiveCell.Text.FormulaR1C1 = "NA"
Range ("R25") .Select
This gives me the correct text, NA, but always moves the active cell to R25,
instead of the next cell down (like hitting Enter).
Of course, presently I have to use Crtl+ any letter. I would preter not
having to use Crtl. I want to use F10.
How?
Brad H.
This seems simple, but . . .
I want to use one of the function keys, F10 for example, to automatically
type some simple text into the current cell. When I use the Macro Recorder
and I type the text, NA, and hit Enter. It creates code:
ActiveCell.Text.FormulaR1C1 = "NA"
Range ("R25") .Select
This gives me the correct text, NA, but always moves the active cell to R25,
instead of the next cell down (like hitting Enter).
Of course, presently I have to use Crtl+ any letter. I would preter not
having to use Crtl. I want to use F10.
How?
Brad H.