Consulting

Results 1 to 2 of 2

Thread: Getting selected text for the reading pane

  1. #1

    Getting selected text for the reading pane

    Hello all,

    Is it possible for someone to show how I can get highlighted text from the "preview" or "reading" pane, the message's body?

    If i was creating a mail, I could use the following to store my highlighted text:

        Dim Sel As Word.Selection
            Set Sel = Application.ActiveInspector.WordEditor.Windows(1).Selection
    however, this doesnt work when trying to obtain the selected text inside the preview pane.

    Is there a way?
    Kind Regards,
    penfold1992

  2. #2
    check out this thread, as i am not going to repeat all that was put there
    http://www.vbaexpress.com/forum/show...nto-a-variable

    post further questions here, with reference to posts within that thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •