I have a small application (about 8 Forms) which uses Dictionaries to store small amounts of data e.g. abbreviations of country names (index) and the full name (value) in each of several languages (one Dictionary per language in this example). I have several such Dictionaries which are identical in 3 or 4 forms' code; it would be easier to maintain one Public Dictionary for each set of data, but declaring a Dictionary in Module1.bas hasn't been successful. Declaring it as Public and SETting it in the first form hasn't worked either. Would someone suggest a solution or point me to an online source to help with this? Many thanks.