some keyboard information
some keyboard information
some keyboard information
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True
objExcel.Workbooks.Add
x = 1
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set objApps = objWMIService.ExecQuery("Select * from Win32_Keyboard")
objExcel.Cells(1
Related posts:
- processor information in an excel table Learn more about processor information in an excel table by...
- network client information Learn more about network client information by visiting our website....
- list disk drive information in an excel spreadsheet Learn more about list disk drive information in an excel...
- display information about shares on your computer Learn more about display information about shares on your computer...
- Operating System displayed in an excel tableOperating System displayed in an excel table Learn more about Operating System displayed in an excel tableOperating...
Related posts brought to you by Yet Another Related Posts Plugin.

