Problem solved, it wasn't looking right. Everything works like a charm, i even managed to add the mailboxes to the users as well. So till now the script is doing what is suppose to do, now i am looking for logging capacabilities and maybe create a version that can read a .csv file instead of using excel.
if you are familiar with the FileSystemObject and his cousins, you can use OpenTextStream, AtEndOfStream, and Readline to move thru your x.csv, splitting lines with Split() or RegExp. Expect problems with delimiters and data fields containing delimiters.
if you are familiar with SQL/ADO and would make your work easy by using SQL features like sorting, filtering, etc. you can use ADO/JET to get at your csv data.
Expect some trouble with (security) settings and/or having to install (a new version) of this or that.