Dim str As String = ""For Each p As String In InstalledPrinters str &= p & "|"Next
Dim cmb As WinForm.ComboBoxcmb = Forms("打印设置").Controls("ComboBox1")
cmb.ComboList = str.trim("|")