
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
There is an MS Access database, users select groups of data, and they are
then showed a form with multiple buttons. (each button opens a different
group of word documents based on the selected group parameters)
When a button is clicked the word documents open, and automaticly merge,
closing the original merge template, leaving the user with up to six merged
word documents open.
The docs automerge with:
Sub Startup()
Dim DocName$
DocName = ActiveDocument.Name
With ActiveDocument.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With
Windows(DocName).Close wdDoNotSaveChanges
End Sub
For the two users with this problem, the following are greyed out:
File->Save
File->Save As...
File->Print
Print button
Save button
Ctrl P doesn't work
Ctrl S doesn't work
If the entire merged document is copied and pasted into a new, blank word
document, these follow it for some reason.
Its really weird.
> Can you expand on this part of your original post
>
[quoted text clipped - 69 lines]
> >> > Thanks in advance,
> >> > -Matt
Doug Robbins - Word MVP - 02 Mar 2006 05:09 GMT
So, the merge to a new document does actually work, but those new documents
cannot be saved.
What do you get if from the Help menu, you select Activate Product?

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
> There is an MS Access database, users select groups of data, and they are
> then showed a form with multiple buttons. (each button opens a different
[quoted text clipped - 116 lines]
>> >> > Thanks in advance,
>> >> > -Matt
Matt - 02 Mar 2006 15:49 GMT
I can't find Activate Product anywhere. Not even a description of it in the
Help File. Even tried looking in "All Commands" of the Customize window,
only an ActivateObject there.
> So, the merge to a new document does actually work, but those new documents
> cannot be saved.
[quoted text clipped - 121 lines]
> >> >> > Thanks in advance,
> >> >> > -Matt