Hello, I would like to do the following. If cell a1 contains "hello" and if the focus is on a1 and if the enter key is pressed, then the focus should go to b2 and a msgbox should appear. I think this can...
Trap Enter with ASC code 13 not 32 (which is ASCII code of space)
Use KeyAscii and trap enter(32).
Engineering
Interview Coaching
Interview Questions
Tech FAQs
How to handle academic gap while applying for a job?
Do you find yourself busy most of the time? Why?
What do you think about continuous learning?
What is your way of building rapport with a person you just met?
Describe a time when you had to work under pressure.
Tell me about a skill you recently acquired or improved.
How do you approach a problem?
Have you experienced being given too many tasks?
Give me good reasons why should I choose you over others.
Describe a time when you had to listen to someone.
Ask Interview Question?
Have Career Question?
Ask Chandra
Ask Only Career questions.
Trap Enter with ASC code 13 not 32 (which is ASCII code of space)
Use KeyAscii and trap enter(32).