Hi everyone!
I'm knew in excel programming so excuse me if what i ask seems odd.

I have an excel file with servername, and some descriptions attached to this server :
Row1,Row2,Row3,Row4,Row5,...;
SERVER1,OS,IP,MAC ADDRESS,DISKS,....
SERVER2,OS,IP,MAC ADRRESS,DISKS,....

i want to create a marco wich will be able to refresh this informations automatically.
Or if i enter a servername, and run the macro, descriptions informations will be filled automatically in my datasheet.
SERVER3,,,,,, MACRO -> SERVER3,OS,IP,MAC ADDRESS,.....

I have a vbscript that performs this task perfectly.
so i would like to put(somehow) the script in a macro, and it will use the "server cell" to run.

my script use a lot of wmi and ldap request ...

is it possible ? if yes how ?!


Thanks all (: