Much the easiest way of using Winfax with Word is to forget all about the
Winfax add-in (unistall it) and simply print directly to the winfax driver.
The following macro will do the trick. Add it to a toolbar button:
Sub FaxPrint()
Dim sCurrentPrinter As String
sCurrentPrinter = ActivePrinter
ActivePrinter = "WinFax"
Application.PrintOut FileName:=""
ActivePrinter = sCurrentPrinter
End Sub
See http://www.gmayor.com/installing_macro.htm
If Winfax itself is not working, then the most likely reason is that it is
not talking to the modem. Check the settings. I recently had some similar
troubles when Windows Update updated my modem driver. I had to delete all
references to the modem in Windows and let Windows then Winfax find the
'new' modem.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail gmayor@mvps.org
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> copy of a typical email to symantec
> FAO : the Technical dept . Manager at symantec
[quoted text clipped - 25 lines]
> Brendan Rafferty
> email brendan@brafferty.freeserve.co.uk