Hi
I'm new to this site and I hope I'm posting this in the correct forum.

I'm after a macro that when clicked will open the "save as" diadlog box with the filename consisting of entries made into 2 "text Form Fields" which appear in the document itself. One would contain a string such as "C024837" and the other would be the date "20-02-09" so the filename would read "C024837 20-02-09" (with a gap in between the two).
I can choose the folder to save into myself.
Anyone help???
Thanks

try this

Sub ShowOpenDialog()
    Dialogs(wdDialogFileSaveAs).Show
End Sub
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.