The following works except when it gets to the last part, it doesn't copy the text that's in the text box that has the focus?

VB Code:
  1. SendKey vbKeyReturn
  2.     SendKey vbKeyTab
  3.     SendKey vbKeyTab
  4.     SendKey vbKeyReturn
  5.     SendKey vbKeyTab
  6.     SendKey vbKeyTab
  7.     SendKey vbKeyTab
  8.     SendKeys "(^C)"