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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.