> thanks, that has moved me forward.
>
> It doesn't look like it, but is it possible to pre-populate the saveas
> dialog box with different text to the current filename (ie 'temp.doc')?

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
ahh absolutley fantastic. The name property didn;t come up when i press the
'.' in the same way that the show property did, thats why i assumed it
wasn't possible.
Thanks a lot mate. I now how some very specific code that does 100% what I
want (there a lot more to the code than I posted).
Thanks again.
>> thanks, that has moved me forward.
>>
[quoted text clipped - 7 lines]
> xSave = .Show
> End With
Jonathan West - 03 Jul 2007 19:54 GMT
> ahh absolutley fantastic. The name property didn;t come up when i press
> the '.' in the same way that the show property did, thats why i assumed it
> wasn't possible.
Many of the properties of dialogs don't, because each dialog is different.
To find out what is available you need to burrow into the Help quite a long
way. In the item on the Dialogs collection, click on the link "Displaying
built-in Word dialog boxes". On that page, click the link "Built-in dialog
box argument lists". There you can see a (relatively) complete list of the
dialogs, and the properties that you can set.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org