To put the null string in as the first entry, just
listsamename.AddItem "", 0
You can do this at any time...when you start building the list, or later after you've already built it. The 0 tells AddItem to make this the first entry in the list, it will insert it before the current list...