Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub testforprinter()
b$ = ActivePrinter
If b$ = "unknown printer (check your Control Panel)" Then
MsgBox ("You need to have a printer installed on your pc. Go to 'Printers & Faxes' and connect to your local printer")
End
End If
End Sub