I want to have a command button do the following:
Text1.SetFocus
SendKeys ("^A")
SendKeys ("^C")
See I need it to highlight Text1.Text and then copy it to the clipboard all in one command button press.
Your help will be greatly appreciated,
Daniel Christie


Reply With Quote