KeyPressed Event

  • Thread starter Thread starter Yakimoto
  • Start date Start date
Y

Yakimoto

Hi,
Is there any event that I can trap after I am typing something in the cell?
I need that, because I would like after I press some functional key (AlfF10)
to put some special string value in that cell. Am am tired entering one and
the same value every time.

I need something like
Cell_keyPressed
or
Worksheet_KeyPressed(ByVal Target As Range, KeyAscii )

Any suggestions what can I do?

Thanks,
Yakimo
 
For all practical purposes, macros don't run while you are editing in a
cell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top