Consulting

Results 1 to 2 of 2

Thread: autofit Selection to window

  1. #1
    VBAX Regular Omer's Avatar
    Joined
    Feb 2015
    Location
    Houston
    Posts
    27
    Location

    autofit Selection to window

    code from Ron de Bruin

       Set fso = CreateObject("Scripting.FileSystemObject")
        Set ts = fso.GetFile(TempFile).OpenAsTextStream(1, -2)
        RangetoHTML = ts.readall
        ts.Close
        RangetoHTML = Replace(RangetoHTML, "align=center x:publishsource=", _
                                            "align=left x:publishsource=")
    I have tried

    "width=100% x:publishsource=")
    "width=autofit x:publishsource=")
    is it possible to auto fit to outlook window.
    eg

    from this
    mail1.jpg

    to this
    mail2.jpg

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I moved your thread from the MS Excel help forum to the Outlook Help Forum.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

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