The problem is with this line: Set vwEntryColl = vw.GetAllEntriesByKey(Country/Region, True) - first mistake, you need a text as a key - second mistake, you need a value from the view column not the name of the column Ex: Set vwEntryColl = vw.GetAllEntriesByKey("France", True)