code for removing dictionaries from the list

G

gil

Hi All,



I wish for code to remove dictionaries so as to remove and then re-add dictionaries when the number of existing dictionaries is too
high( >10). Unloading them does not allow me to re-add, but removing them does. My AutoOpen code throws an error when dictionaries
are not allowed to be added. I am using Word 2007 & Windows XP.



The following codes unloads them but does not remove them.



With CustomDictionaries

.ClearAll

End With



or alternatively, I'd like code that removes specific dictionaries from the list.



I thought it would be something like code for removing added-in templates, ... like:



If AddIns.Count > 0 Then AddIns.Unload RemoveFromList:=False



The purpose is for using the dictionaries and templates from a flash drive on different machines. (mobile use electronic medical
records)



Cheers,

Gil



Ten Second Medical RecordTM

http://www.TenSecondMedicalRecord.com

http://www.KeyChainEMR.com

Asheville, North Carolina
 
S

Stefan Blom

You may want to ask this question in a programming newsgroup such as
microsoft.public.word.vba.general, where you are more likely to get
knowledgeable assistance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top