I am using an userForm to perform various tasks (applying filters, sorts, etc)

I have a command button to take the current view and show the Print Preview

 
Private Sub cmdPrint_Click ()
FilePrintPreview
End Sub
However, I get not figure out hold to close the print preview through VBA. I have tried closing the active window, ViewApply to another view, none work.

I would appreciate any help. Thanks

AM