From: Gil on 21 Apr 2010 19:27 Hi All, It's hard to believe how continuously usefully you all have been over the years in serving the needs of this group. Thank you ever so much. :) I'm having some trouble finding vba code to "remove" dictionaries for Word 2010. The following code used to do it for Word 2003. With CustomDictionaries .ClearAll End With I understand that clearing the dictionaries does not "delete them" but removes them from the active and inactive dictionaries list in Tools/ Options/ . File Locations. I understand that there is usually a limit of about 10 dictionaries. Sometimes I want to clear out the dictionaries and re-add some to make sure my current ones are the ones I want. tia Gil Carter http://www.TenSecondMedicalRecord.com electronic medical records with Microsoft Word
From: Doug Robbins - Word MVP on 22 Apr 2010 00:54 What happens when you run that code in Word 2010? -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "Gil" <gil400(a)bellsouth.net> wrote in message news:D9F7B148-A460-4AEB-B2F2-F5E733407A8B(a)microsoft.com... > Hi All, > > > > It's hard to believe how continuously usefully you all have been over the > years in serving the needs of this group. Thank you ever so much. :) > > > > I'm having some trouble finding vba code to "remove" dictionaries for Word > 2010. > > > > The following code used to do it for Word 2003. > > > > With CustomDictionaries > > .ClearAll > > End With > > > > I understand that clearing the dictionaries does not "delete them" but > removes them from the active and inactive dictionaries list in Tools/ > Options/ . File Locations. > > > > I understand that there is usually a limit of about 10 dictionaries. > Sometimes I want to clear out the dictionaries and re-add some to make > sure my current ones are the ones I want. > > > > tia > > Gil Carter > > http://www.TenSecondMedicalRecord.com > > electronic medical records with Microsoft Word >
From: Gil on 22 Apr 2010 18:49 Hi Doug, The code does not seem to remove them from the list in either Word 2003 nor 2010 now. I must not have remembered clearly. With Word2010 the old code inactivates the dictionaries, "un-ticking" the box associated with each of them, but does not "remove" them. I believe Word restricts the number of dictionaries that show in the dictionaries list. If you have occasion to have dictionaries in different locations, I think Word will block you from having more than 10 dictionaries. If you have occasion to work on multiple computers, you do not want to mess with the dictionaries used by the person most often at that computer. But it's good to pop your dictionaries in place while you're there and then take your dictionaries out when you leave. I think my brain is too twisted on the subject to communicate clearly. Maybe I should put it back on backburner for awhile and try again later. I'll check for response, but I can tune back in when I am more coherent. tia Gil ----- Original Message ----- From: "Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> Newsgroups: microsoft.public.word.vba.general Sent: Thursday, April 22, 2010 12:54 AM Subject: Re: code to "remove" dictionaries for Word 2010 > What happens when you run that code in Word 2010? > > -- > Hope this helps. > > Please reply to the newsgroup unless you wish to avail yourself of my > services on a paid consulting basis. > > Doug Robbins - Word MVP, originally posted via msnews.microsoft.com > > "Gil" <gil400(a)bellsouth.net> wrote in message > news:D9F7B148-A460-4AEB-B2F2-F5E733407A8B(a)microsoft.com... >> Hi All, >> >> >> >> It's hard to believe how continuously usefully you all have been over the >> years in serving the needs of this group. Thank you ever so much. :) >> I'm having some trouble finding vba code to "remove" dictionaries for >> Word 2010. >> The following code used to do it for Word 2003. >> With CustomDictionaries >> .ClearAll >> End With >> I understand that clearing the dictionaries does not "delete them" but >> removes them from the active and inactive dictionaries list in Tools/ >> Options/ . File Locations. >> I understand that there is usually a limit of about 10 dictionaries. >> Sometimes I want to clear out the dictionaries and re-add some to make >> sure my current ones are the ones I want. >> tia >> >> Gil Carter >> http://www.TenSecondMedicalRecord.com >> electronic medical records with Microsoft Word "Doug Robbins - Word MVP" <dkr(a)REMOVECAPSmvps.org> wrote in message news:1D969153-B1AF-4A3B-A842-08D015A8B97B(a)microsoft.com... > What happens when you run that code in Word 2010? > > -- > Hope this helps. > > Please reply to the newsgroup unless you wish to avail yourself of my > services on a paid consulting basis. > > Doug Robbins - Word MVP, originally posted via msnews.microsoft.com > > "Gil" <gil400(a)bellsouth.net> wrote in message > news:D9F7B148-A460-4AEB-B2F2-F5E733407A8B(a)microsoft.com... >> Hi All, >> >> >> >> It's hard to believe how continuously usefully you all have been over the >> years in serving the needs of this group. Thank you ever so much. :) >> >> >> >> I'm having some trouble finding vba code to "remove" dictionaries for >> Word 2010. >> >> >> >> The following code used to do it for Word 2003. >> >> >> >> With CustomDictionaries >> >> .ClearAll >> >> End With >> >> >> >> I understand that clearing the dictionaries does not "delete them" but >> removes them from the active and inactive dictionaries list in Tools/ >> Options/ . File Locations. >> >> >> >> I understand that there is usually a limit of about 10 dictionaries. >> Sometimes I want to clear out the dictionaries and re-add some to make >> sure my current ones are the ones I want. >> >> >> >> tia >> >> Gil Carter >> >> http://www.TenSecondMedicalRecord.com >> >> electronic medical records with Microsoft Word >> >
|
Pages: 1 Prev: Creating Report template in Word & Excel or Access Next: Macros Run Amuck! |