I am trying use the send keys function to send alt codes to values that are selected within an excel worksheet. Is this possible? So far I haven't had any luck using a variety of combinations.
Solved! Go to Solution.
Send Key
Example.
{ALT}({O}{C}{A})
{ALT}(hba){Enter}
try it 🙂
Hello @Jmullins513
Using Sendkeys, you can send the combination of keystrokes.
In your case, to use Alt key -> Select the Insert Modifier and enter the keys as shown below:
The syntax can be {Alt}({H}{I}) or {Alt}(HI)
If this post helps, then please Accept it as the solution to help the other members find it more quickly.
Regards,
Shalini M
Hello @Jmullins513
Using Sendkeys, you can send the combination of keystrokes.
In your case, to use Alt key -> Select the Insert Modifier and enter the keys as shown below:
The syntax can be {Alt}({H}{I}) or {Alt}(HI)
If this post helps, then please Accept it as the solution to help the other members find it more quickly.
Regards,
Shalini M
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.