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
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