Testing part of code for ap. keep getting "Metod or data member not found on Application.Activeprinter. Do I need to check something in tools-references? or what.
Private Sub Command0_Click()
MsgBox "The name of the active printer is " & _
Application.ActivePrinter
End Sub
Thanks in advance
jpl