Sendkey help?
how do you use the sendkey feature to send double quotation marks (")
how do you use the sendkey feature to send double quotation marks (")
Anonymous
Favorite Answer
Well it isn't a special character so any of these:
Call SendKeys("""")
Call SendKeys(""" This works """)
Call SendKeys(" This is ""in"" quotes ")