Most every post that shows how to copy or paste text from a textbox assumes a userform text box. Trying those with a non-user form textbox--one that was just inserted directly on to the sheet--doesn't work and gives method not found errors typically. I've wasted a lot of time chasing those only find out the author was assuming the textbox is part of a userform.
Can someone please tell how to simply copy text from an inserted textbox into the clipboard via vba? And then tell how to go about pasting text into an inserted textbox from the clipboard?
Can someone please tell how to simply copy text from an inserted textbox into the clipboard via vba? And then tell how to go about pasting text into an inserted textbox from the clipboard?