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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -