I do not have a duplex print with which to test, but try using:

[vba]

With Dialogs(wdDialogFilePrint)
.duplexprint = True
End With

[/vba]