Best method to obtain current memory configuration in VBA

Posted by Curtis Inderwiesche on Stack Overflow See other posts from Stack Overflow or by Curtis Inderwiesche
Published on 2009-03-31T15:28:45Z Indexed on 2010/03/14 3:15 UTC
Read the original article Hit count: 338

I am attempting to get the current users RAM configuration. I would like to use VBA to look this up and then store it in a table. I need the number of chips along with the amount of RAM on each chip. Is this possible to lookup programmatically using VBA? Do I need to use Windows Script Host?

© Stack Overflow or respective owner

Related posts about vba

Related posts about Hardware