Re: Delete to end-of-file? by Tony
Tony
Mon Oct 24 14:35:06 CDT 2005
Not, AFAIK, an explicit single command but this should do it:
Selection.EndKey Unit:=wdStory, Extend:=wdExtend
Selection.Delete
--
Enjoy,
Tony
"Rick Charnes" <rickxyz--nospam.zyxcharnes@thehartford.com> wrote in message
news:MPG.1dc6f3ec979b9f35989903@msnews.microsoft.com...
> Is there a VBA command for "delete to the end of this document"?
> Thanks.