1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
| With objService
objExcel.Cells(L, C).Value = .SystemName
C= C +1
objExcel.Cells(L, C).Value = .Name
C= C +1
objExcel.Cells(L, C).Value = .ServiceType
C= C +1
objExcel.Cells(L, C).Value = .State
C= C +1
objExcel.Cells(L, C).Value = .ExitCode
C= C +1
objExcel.Cells(L, C).Value = .ProcessID
C= C +1
objExcel.Cells(L, C).Value = .AcceptPause
C= C +1
objExcel.Cells(L, C).Value = .AcceptStop
C= C +1
objExcel.Cells(L, C).Value = .Caption
C= C +1
objExcel.Cells(L, C).Value = .Description
C= C +1
objExcel.Cells(L, C).Value = .DesktopInteract
C= C +1
objExcel.Cells(L, C).Value = .DisplayName
C= C +1
objExcel.Cells(L, C).Value = .ErrorControl
C= C +1
objExcel.Cells(L, C).Value = .PathName
C= C +1
objExcel.Cells(L, C).Value = .Started
C= C +1
objExcel.Cells(L, C).Value = .StartMode
C= C +1
objExcel.Cells(L, C).Value = .StartName
End With |
Partager