Hello,
I have functioning code in a command button that will capture ALL the text in a memo field and save it to a special keyed table based on the name of the memo field.
I would like to add a new feature where the user can select / hi-light some of the text in the memo field and the command button will process the selected text just as it does for ALL the text.
This process is similar to the copy / paste function. However, I don't want the user to have to learn / remember to do any more than to select the text and click the command button.
What is the code I need to add to the command button to capture the selected / hi-lighted text?
Thanks,
Bill
I have functioning code in a command button that will capture ALL the text in a memo field and save it to a special keyed table based on the name of the memo field.
I would like to add a new feature where the user can select / hi-light some of the text in the memo field and the command button will process the selected text just as it does for ALL the text.
This process is similar to the copy / paste function. However, I don't want the user to have to learn / remember to do any more than to select the text and click the command button.
What is the code I need to add to the command button to capture the selected / hi-lighted text?
Thanks,
Bill