C
Cheval
Hi,
Has anyone else had problems running code like below on Office 2003 Service
Pack 3 under Windows XP Service Pack 2?
The process Spoolsv.exe runs at 100% CPU.
Dim Prt As Printer
MsgBox Application.Printers.Count
For Each Prt In Application.Printers
Next Prt
Set Prt = Nothing
Has anyone else had problems running code like below on Office 2003 Service
Pack 3 under Windows XP Service Pack 2?
The process Spoolsv.exe runs at 100% CPU.
Dim Prt As Printer
MsgBox Application.Printers.Count
For Each Prt In Application.Printers
Next Prt
Set Prt = Nothing