Ok, my code starts with this:
VB Code:
If shops.ListIndex = "shop 1 - small" Then
and then carries on. shops is the name of my listbox and this code goes on a button. But then every time i try and work it it comes up with a runtime error saying "type mismatch". i also tried this with it being shops.selected instead but that didn't work either.
All help would be appreciated. Thanks.
