Previous Document Next Document
SystemPrinters.Count

Property Count As Long

Member of SystemPrinters

The Count property returns the number of printers in the collection.

The Count property returns a read-only value.

The following code example displays the number of installed printers:

Sub Test() 
 MsgBox "There are " & Printers.Count & " printers installed on your 
system" 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.