vba - What does SendKeys "%{A}" mean? -


i'm maintaining old ms access application, , came across use of sendkeys.

 sendkeys "%{a}" 

i've seen sendkeys create key presses "{esc}", , various letters of alphabet in program. "%{a}" doing character conversion or hex number representation? unfortunately, behaviour in application when runs not making function clear.

it seems mean "alt-a".

see how send "{" or "}" signs through send keys method in vb 2010 possible duplicate.

also see microsoft article more information.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -