This is a multi-part message in MIME format.

------=_NextPart_000_009A_01C855FB.DF21B6A0
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Hi, can someone tell me if there is a Save Selection VBA (whatever is =
highlighted) and Save As give doc name way to do this? One can print =
selection but can one save selection with VBA? Many thanks...
------=_NextPart_000_009A_01C855FB.DF21B6A0
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 6.00.6000.16587" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,&nbsp;can someone tell me =
if&nbsp;there is a=20
Save Selection VBA (whatever is highlighted) and Save As give doc =
name&nbsp;way=20
to do this?&nbsp;One can print selection but can one save selection with =

VBA?&nbsp;Many thanks...</FONT></DIV></BODY></HTML>

------=_NextPart_000_009A_01C855FB.DF21B6A0--

Re: Save Selection with VBA? by Tony

Tony
Sun Jan 13 01:05:53 PST 2008

This is a multi-part message in MIME format.

------=_NextPart_000_1B9A_01C855C3.7FF81E90
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Something like this perhaps (untried) ..

Selectin.copy
with documents.add
.Range.Paste
.Save
.Close false
End With

--=20
Enjoy,
Tony
=20
"Summer" <Summer@docsliveonline.com> wrote in message =
news:%23mYbt%23ZVIHA.4196@TK2MSFTNGP04.phx.gbl...
Hi, can someone tell me if there is a Save Selection VBA (whatever is =
highlighted) and Save As give doc name way to do this? One can print =
selection but can one save selection with VBA? Many thanks...
------=_NextPart_000_1B9A_01C855C3.7FF81E90
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 6.00.6000.16481" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Something like this perhaps (untried)=20
..</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Selectin.copy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>with documents.add</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; =
.Range.Paste</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; .Save</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; .Close =
false</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>End With</FONT></DIV>
<DIV><BR>-- <BR>Enjoy,<BR>Tony<BR>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Summer" &lt;<A=20
=
href=3D"mailto:Summer@docsliveonline.com">Summer@docsliveonline.com</A>&g=
t;=20
wrote in message <A=20
=
href=3D"news:%23mYbt%23ZVIHA.4196@TK2MSFTNGP04.phx.gbl">news:%23mYbt%23ZV=
IHA.4196@TK2MSFTNGP04.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi,&nbsp;can someone tell me =
if&nbsp;there is a=20
Save Selection VBA (whatever is highlighted) and Save As give doc=20
name&nbsp;way to do this?&nbsp;One can print selection but can one =
save=20
selection with VBA?&nbsp;Many =
thanks...</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_1B9A_01C855C3.7FF81E90--