Dim fname As Range
With ActiveDocument
Set fname = .Range
fname.start = fname.start + 1
fname.End = fname.start + 3
.SaveAs "c:\animals\" & fname.Text
End With

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi!
>
[quoted text clipped - 8 lines]
>
> Thanks in advance
FIRSTROUNDKO - 26 Jul 2007 14:04 GMT
Thanks Doug, much appreciated
>Dim fname As Range
>With ActiveDocument
[quoted text clipped - 9 lines]
>>
>> Thanks in advance