View Single Post
 
Old 09-16-2014, 09:11 AM
Singh_Edm Singh_Edm is offline Windows 8 Office 2013
Advanced Beginner
 
Join Date: Jan 2014
Posts: 41
Singh_Edm is on a distinguished road
Default

Hi macropod
I have 2 small issues.

1. I ran the code and got the following error: String parameter too long.
I clicked "debug" and the following line was highlighted.

.Replacement.Text = "^&-" & Split(Split(FRList, vbCr)(j), vbTab)(1)

It got stuck at the place where it had to insert meaning of a word whose length was 493 characters with spaces.

2. At some places in the document, the meanings are already inserted in blue after the red bracketed words. For e.g.

Australia is an awesome country. (Australia) (is) (an) (awesome) great, lovely, pleasant (country) (.)

Can a modification be made in the code so that when it is run and it finds the word (awesome), it inserts the meanings only if there is no text in blue immediately following the closing bracket.

Last edited by Singh_Edm; 09-16-2014 at 10:41 AM. Reason: Made my question clear.
Reply With Quote