<code>
Sv: Utskriftsproblem
Svara
CommonDialog1.CancelError = True
Err.Clear
On Error Resume Next
CommonDialog1.ShowPrinter
If Err.Number = 32755 Then
MsgBox "avbröt"
Else
MsgBox "skrivut eller annat fel"
End If
On Error GoTo 0
</code>
/Johan