Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Padstar

  1. Padstar

    Collect Specifications from PC

    Have found solution Option Explicit Declare Function GetSystemMetrics Lib "user32" (ByVal nIndex As Long) As Long Declare Sub GetSystemInfo Lib "kernel32" (lpSystemInfo As SYSTEM_INFO) Declare Sub GlobalMemoryStatus Lib "kernel32" (lpBuffer As MEMORYSTATUS) Type SYSTEM_INFO dwOemID As...
  2. Padstar

    Collect Specifications from PC

    Howdy, Using Excel VBA I would like to collect three pieces of information from the users computer. CPU speed, Pentium version, and RAM size. Can I use APIs in my code to collect this info quickly and easily? Thanks in advance

Part and Inventory Search

Back
Top