Hi Tony
Yeah let me explain the situation.
I work for a large company and we are installing Windows XP on a large scale (on 500 odd PC's) so we are using a automated process to install windows. But for every computer that I install Windows XP on I need the following information
Computer Name - I can get this with Enviromen("Computername") or something like that
Computer Make - for example HP Compaq
Computer Model - For example D5s or whatever
Computer Nodel Number - Not that important, becouse if I can get the model thant I can store the model number next to the model and retreve it from that list
Computer Serial Number - This is the serial number on the case of the computer, but again I am not sure if as you say this is hardwored into the computer
now its easy to see all of this information on the case of the computer, but as I say I will be doing this several hunderad times, and loving to write a little code to speed things up I wanted to automate getting this information.
Another thought is that these computers get the serial number from the motherboard, if there is VBA code to get the serial number off the motherboard then I could compare that with what is on the computer.
Many thanks
Sylvan