Log in

View Full Version : [SOLVED:] autofit Selection to window



Omer
05-08-2015, 08:10 PM
code from Ron de Bruin (http://www.rondebruin.nl/win/s1/outlook/bmail2.htm)


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
13309

to this
13310

SamT
05-10-2015, 02:30 PM
I moved your thread from the MS Excel help forum to the Outlook Help Forum.