I was wondering if there is any way to retrieve System Information via VBA code?
Is there such a class as - SystemInfo Class in Excel VBA to do this task?
thanks
I was wondering if there is any way to retrieve System Information via VBA code? Is there such a class as - SystemInfo Class in Excel VBA to do this task? thanks |
|||||||||
|
Each Office application's VBA has different classes available. For example:- to find out which OS is running, Word has a 'System' class containing A full reference of the objects available to you is provided in the Object Browser (F2 from within the VBA editor.) Failing that you can find out just about anything from a WMI Query. See http://accesstips.wordpress.com/2009/05/18/using-the-power-of-vbscripts-in-microsoft-access-vba/ for an example. |
|||
|