Sendkey syntax

J

John

I want to send a shift & enter (together) in a macro using sendkey. I can
not find the syntax for the actual "keys". What do I type for the shift and
enter keys together? And, what am I missing, I would expect these commands
to be in help?

Thanks
 
B

Bob

You can use +{Enter}

To find the actual syntax for other SendKeys, search
for "SendKeys Statement" in Help
 
Top