Hi,
It seems that the item you are selecting doesn't appear in the list box. If 2008 item does appear in the list box then use below code:-
Browser("Book a Flight: Mercury").Page("Book a Flight: Mercury").WebList("cc_exp_dt_yr").Select "2008"
It seems that the item you are selecting doesn't appear in the list box. If 2008 item does appear in the list box then use below code:-
Browser("Book a Flight: Mercury").Page("Book a Flight: Mercury").WebList("cc_exp_dt_yr").Select "2008"

