You may have noticed that on my original post the From line says
"Microsoft". Let me just say that I am not affiliated with Microsoft in
any way. I just accidentally put the wrong thing in the wrong place when
I was configuring my news reader (Meant to put "Microsoft" as the
*server* name, and not as my name).
I tried your suggestion, and it works. Now that I know the solution, it
seems obvious. I read in Help last night (before posting my question)
where vbYesNo returns 6 (Yes) or 7 (No). So I stupidly tried:
If Response = 6 Then
DOH! Hey, it was 5:38 AM. What more can I say? :-)
I was thinking of it in terms of a boolean response because the response
would be either yes (True) or no (False). But, of course, there are two
different buttons, and in order for the application to know which button
was clicked, the message box would have to return a numeric. So while
the user's decision can be thought of in boolean terms, the *value*
returned by the message box is not boolean.
--Tom
> > Word 2000
> >
[quoted text clipped - 37 lines]
>
> J