Accessing The Windows System Information

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to display the Windows System Information similar to how
Access displays it when you go to the help menu and Click "About Microsoft
Office Access"
 
Tru said:
Is there a way to display the Windows System Information similar to how
Access displays it when you go to the help menu and Click "About Microsoft
Office Access"

This is the easiest way:

SendKeys "%S", False
RunCommand acCmdAboutMicrosoftAccess
 
Is there a way to display the Windows System Information similar to how
Access displays it when you go to the help menu and Click "About Microsoft
Office Access"

It's fortunately pretty simple: you just run "mmc.exe" as an external
program using the VBA Shell() function and add the path to the file
"msinfo32.msc" as a command-line argument.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top