Hi,
i have a text box on my excell sheet. I want to copy the contents to my clipboard. I am trying the following but it is not working...nothing comes onto the clipboard
Sheet1.TextBoxDataDsply.Enabled = True
Sheet1.TextBoxDataDsply.SelStart = 0
Sheet1.TextBoxDataDsply.SelLength = 100
Sheet1.TextBoxDataDsply.Copy
i have a text box on my excell sheet. I want to copy the contents to my clipboard. I am trying the following but it is not working...nothing comes onto the clipboard
Sheet1.TextBoxDataDsply.Enabled = True
Sheet1.TextBoxDataDsply.SelStart = 0
Sheet1.TextBoxDataDsply.SelLength = 100
Sheet1.TextBoxDataDsply.Copy