Sendkey help?

how do you use the sendkey feature to send double quotation marks (")

Anonymous2007-11-24T13:51:37Z

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 ")