Wireless Information into Excel Spreadsheet

I am writing an excel spreadsheet to document problems that I am having with my wireless network/router. I want to add certain fields:
1) Count of wireless networks detected
2) Channel of Wireless network
3) Results of a ping
How do I get this information through VBA (or VB for that matter)


Answer this question

Wireless Information into Excel Spreadsheet

  • LoSko

    Hi,

    VBA and VB were released well before wireless networks where about so there is no methods or objects you can use. You'll need to, and this is your best bet, use a third party ActiveX/COM object. There should be network sniffer applications that collect the information your needing. to a file which you could then read into Excel.

    Hopefully that was some help.



  • Wireless Information into Excel Spreadsheet