Hi Folks-

Like I have a command button as follows"

Private cmdPrint_Click()
printlistview
End Sub

Here Printlist view is a function which printing the listview directly But is it possible to show printer dialouge before printing in above code?

Sohel