+ Reply to Thread
Results 1 to 54 of 54

How to splitt texts into words? (collecting word and compounds)

  1. #1
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472

    How to splitt texts into words? (collecting word and compounds)

    Hello,
    i have wordlists which i would like to enhance through texts. For that purpose i need a macro which reads a text and splitts it into words and put the words into three columns. Lets assume the column where the words are supposed to be put is columns A,C and E. The column A should contain single words containing no spaces from Text, column C should contain compound words which have one space between them and in column E those compounds which have two spaces. Now i will put my existing wordlist in column G before i start splitting texts. The macro should put only those words from text into column A,C and E which dont already exist in columns A,B,C,D,E,F and G. In Column B i will place the corrected or checked words from column A. In column D i will type the corrections and checked versions of those compunds existing in column C. And the column F will contain the compound words which are corrected and checked from Column E.

    Column A--> single words splitted from text through macro (containing no spaces)
    Column B--> corrected and checked versions of words from column A through user
    Column C--> compound words containing one space splitted from text through macro (for example:"etwas möchten" or "do something")
    Column D-->corrected version of C through user
    Column E-->compound words containing two space splitted from text through macro (for example:"sich uerberzeugen lassen" or "down in dumps")
    Column F-->corrected E
    Column G--> existing dictionary wordlist through user

    Signes like ".", ":",";", "/" or quotation signe itself should be seen as seperator. And the words or compounds splitted from the text should not contain these signs.

    The text will be put in another sheet in the same excel file. Lets call that sheet "text". The macro should search for words through whole sheet ignoring empty cells or columns.

    None of the columns should be filtered or ordered. The columns shound not be deleted as well. That way the user wont have to correct the same word each time cus the corrected as well as the original words will be there.

    A thread with similar purpose was made sent by AdamDay as well, where rylo has posted a good solution already.

    similar thread

    Thank you very much for each help.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Hello.

    Could you attach a small sample workbook showing what you're starting with and what you want to end up with?

  3. #3
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Stephen,

    thank you for your answer.

    here is an example:
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    wali,
    I am working on it and have adapted some code by Krishnakumar I found at Ozgrid to do the list of single words (delete the entries in col A and run the macro). Will come back to the rest when I have time if somebody else hasn't leapt in.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hello Stephen,
    thank you very much for your help.
    The macro you have posted deltes the words and filters the words in column A. I will be grateful if you or some one else could modify the macro in such a way that it also considers column B,C,D,E,F and G.

    1)The macro is supposed not to filter or order the column A or other columns
    2)The macro should not delete the existing words in column A,C,E but only add those words which dont exist in Column A,B,C,D,E,F and G.
    3)The macro should be able to process texts which contain signs like ",",".",":",";" but the words put in columns A,C,E should not contain these signs.

    I give it a try with some text here as example:

    The text before running the macro following entries should be made to the columns A,C and E, if they dont already exist there:
    "The whole building shook and when I ran out I saw bodies lying all around. There was flesh and blood everywhere and people were crying for help," he told the Reuters news agency.
    After running the macro:
    Column A:(every space and other signe except "-" is considered as seperator. Not filtered alphabatically but the order according to the text)
    The
    Whole
    building
    shook
    and
    when
    I
    ran
    out
    ....


    Column C:(compounds containing one space should come here.)

    The whole
    whole building
    building shook
    shook and
    and when
    when I
    I ran
    ran out
    out I
    I saw
    saw bodies
    bodies lying
    lying all
    all around(now after arround was point. Now the new sentence should be started without arround)
    There was
    was flesh
    flesh and
    ...

    Column E: (here compounds containing two spaces)
    The whole building
    whole building shook
    building shook and
    shook and when
    and when I
    when I ran
    I ran out
    ran out I
    out I saw
    I saw bodies
    saw bodies lying
    bodies lying all
    lying all around(now here again is "." after arround. The next compount should not be "all around There" but the start of new line should be the next compound)
    There was flesh
    was flesh and
    flesh and blood
    ...

    The entries of columns C and E dont make much sence for English language. But for some oriental languages which contain many spaces in one word it makes more sence. :-)

    I hope that the problem can be solved and thank everyone for their contribution.
    Last edited by wali; 01-10-2008 at 11:50 AM.

  6. #6
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    As far as I can see it doesn't delete anything but have a look at the attached which is a bit further along.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi,
    thanks that looks good. But unfortunately it still delets the columns. I will be running the macro every day. And the older results will be there in the columns and they are first not supposed to be deleted and secondly they must be compared with the new entries. The macro should not make a new entry if it already exist in one of the columns A,B,C,D,E,F and G. It would mean that the macro compares each time the entry it wants to make with all existing ones in columns A,B,C,D,E,F and G. And if this entry doesnt exist yet then it should make it.

    I am uplaoding a file which contain some words in all Columns. These words should not be deleted but compared with those from text and only those words from text should be put in columns A or C or E which are new.

    Column A->
    Nato
    troops
    in
    southern
    Afghanistan
    Pentagon
    said
    The

    Column B->
    the
    marines

    Column C->
    Nato-led International
    International Security
    Security Assistance
    Assistance Force


    Column D->
    Force spokesman


    Column E->
    Geoff Morrell proposal
    Morrell proposal go
    proposal go before


    Column F->
    proposal


    Column G->
    Friday


    Now all these words in these columns should remain there where they are. And only different words then these should be added from text. That would mean that macro would have to compare each entry with all others in all 7 columns before it makes it. There should be no word or compound which is two times in the sheet. If "Friday" is already there in Column G then it should not be added to Column A or C or E. => Every new entry made by the macro should be unique in whole sheet.

    Millions of thanks
    Attached Files Attached Files
    Last edited by wali; 01-10-2008 at 01:51 PM.

  8. #8
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    I understand the point about not deleting, and that is easily remedied. However, the latest attachment confuses me a little.

    For example, why isn't "If" in column A and why are 'the' and 'marines' in column B? What's the rationale?

    I will have a look at this but tbh I might take a little time. It's covering areas I'm not overly familiar with so it's useful to me but not necessarily quick for you!

  9. #9
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi,
    i will be looking forward to recieve the final solution.

    For example, why isn't "If" in column A and why are 'the' and 'marines' in column B? What's the rationale?
    The attachment i have sent in last post was an example for a file before a macro is run. So the "If" in column A and "the", "marines" ... has nothing to do with the text which is there in Text sheet. Imagine that all the words in columns from A to G in my last post were already there before running the macro. Now the macro should take care care that it adds only words which arent already there in Columns A,B,C,D,E,F and G. That means that words such as "If, the, marines,..." should not be put again to the list cus they are already there.

    You would ask why so many columns. Well you know why the Columns A,C and E are needed: for three different things such as single words, compounds with one space and two spaces. Now the words in column A,C and E which will be entered through the macro wont always be having sence. They must be corrected most the times. Now the corrected versions of the words from A,C and E will be typed manually by the user in Columns B,D and F. That way there will be a big collection of words useful and as well as nonsense words in the same sheet. The use of not deleting the nonsense words would be that the macro doenst generate the same nonsense words again and again also in other texts. And the user wont be forced to correct the same thing again and again.

    In column G i will put a complete dictionary with dozen tausends of words. And through your macro i will enhance the wordlist through texts. I will proces every time another text in the same file. And the number of my words will get bigger and bigger.

    I hope that now its clear why and what for i need this macro and how it is supposed to work. If anything is yet not clear please let me know.

    Thanks
    Last edited by wali; 01-10-2008 at 05:48 PM.

  10. #10
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Wali,

    The attachment is where I've got to. It's been interesting this one, I got a bit carried away playing with some new toys.

    Anyway, press the button to run the macro. I've tested it a little but best if you try it with proper data you can see if it does what you want; there are a couple of things on which I'm a little unclear which you may pick up anyway.

    And I have to ask - hope you don't mind: how do you use this and what are you trying to achieve?
    Attached Files Attached Files

  11. #11
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Stephen,
    thanks your very much. Well it looks now better. There are still some parts which dont work but i am sure with time we will find solution for that as well.


    _________________________________________________________________


    how do you use this and what are you trying to achieve?
    I will give it a try to explain for what i need it and hope you have time and patience to read it through:

    I have written a dictionary: Pashto-German. The total number of target pashto words is about 16000 and each of them is translated into German. Well the number of 16 000 target words is kinda poor for a real dictionary cus normaly dictionaries have much much more words. So now i am always on search for new pashto words. It means i need those Pashto words which i dont already have. Now the question is where to get them from? Well there are hundreds auf internet websites in pashto lanugage ( news, calture, ...... ) where i could take the texts from and process them through your macro.

    I will put the whole list of my existing pashto words from my dictionary in Column G. And each day when i get time i will go to Pashto internet sites and copy nice texts from there. I will paste those texts into your macro and process them. Now the macro will search for those words in that text which donot already exist in column G. In column A the macro will put the single words, in column C the compounds with one space and in column E the compounds with 2 spaces.

    In comparism to english and other languages the pashto language most the times have single words which have many spaces. For example the english word "fireworks" means "āteš bāzí" in pashto. And its not allowed to write the word without space. The same way there are words which have two or more spaces in them. Thats why i need the columns C and E.

    Now logically the macro will put also some words (strings) in columns which are useless or misspelled and cant be used for a dictionary. Before i process the next text i will always first fish out the useful words from column A, C and column E. The usefull ones or the corrected ones from column A will be put by me in column B, from Column C to D and from E to column F. Now i wont delet those nonesence/misspelled words from original columns A,C and E as well.

    And the next time i will put another text into my macro. There will be alreday words existing in all columns from the last text. Now its important that the older words are not delted or reordered. And the macro should add only those words or compounds which are not available in whole list already. It means that the macro has to compare each entry with all columns before it adds it to column A,C or E. Only new and unique words or compounds should be added to the columns which do not already exist.

    The use of not deleting the misspelled or nonesence words and compounds in columns A,C and E would be that i wont have to correct the same mistake of the original writer or of the macro again and again. For example the macro puts a word "attachmnt" in column A. I wont delet it thoug cus the next time there is again the same version of misspelling the macro wont add it cus it will already be existing in column A.

    I hope that i could now make it clear why and what for i need the macro.

    __________________________________________________________________

    What is yet to be done:

    1) The macro is unfortunately not comapring the words put into Columns with all entries in other columns. It means that it also adds words into columns A,C and E which already exit in column G.
    2) Each time the macro is run it deletes all old entries from columns C and E. The macro is supposed not to do that. The older entries should either be deleted nor reordered.
    3) The macro shows runtime error 13
    4) every entry made by the macro should be unique in whole sheet including all columns

    I am uploading an example file. The red marked columns are those which contain controlled and checked words. The remaining three are those which contain words and compounds found by the macro and which are not controlled. Now the macro is supposed not to delet any entry in any column. Nor should it reorder them. Only new entries should be made only they dont exist.

    I hope that i am not doing unfair to you by this problem. I really need it!

    Thank you very much buddy
    Attached Files Attached Files

  12. #12
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Wali - thanks for the explanation. I understand, sort of! I must admit I had to look up Pashto, but I had heard of Pashtun which I guess has a similar root. Do you think you've written the only Pashto-German dictionary in the world?!

    The way I envisaged this working is that words would be entered in the text sheet and then you would run the macro and update the dictionary. If you run the macro without anything in text sheet then I guess it will error. Why would you do this? I should have incorporated some error-trapping and I can do that easily enough.

    It has to delete what is already there in order to update with the new dictionary. But the words are reinstated, not permanently deleted. However, perhaps somebody will know of another way.

    Also, I was regarding column A as the dictionary so it checks if words are in that column. How are cols A and G different? I think I can adapt the code to check against column G too.

    Two steps forward, one step back...

  13. #13
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hello Stephen,
    fortunately there are already few pashto dictionaries but not Pashto-German. Yes you are right: My Pashto-German is the first dictioanry at all having Pashto as target and German as source language.
    By the way Pashto is the language of 45 Million Pashtun People living in Afghanistan, Pakistan and india. Pashto belongs to the indoeuropean langauge family and is one of the 2000 world languages faced with disapearing for ever. Each of 8 languages i speak is nice but Pashto is the sweetest one. I think that its one of the most beautiful languages in the world.

    How are cols A and G different?
    Well column G contain of my original wordlist. It contains wordlist put by the user and already checked and correct. And the column A consists of words suggested by the macro which are not checked and may contain many mistakes.

    I think I can adapt the code to check against column G too.
    Yeah! that would be great. But please not only for G but also for B,C,D,E and F. Because each new made entry should be unique through all columns A - G.

    SHG has written a very nice code for a similar problem. I wished we could also use parts of his code. Here is the link:
    Dictionary Object codes by ryLo and SHG

    But unfortunately i cant use SHG's macro for pashto. May be we could put your and shg's code together and solve my problem with it.

    Thank you very much for your help buddy

  14. #14
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    wali

    Can you just attach a file showing before/after w/o zipped ?

  15. #15
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Jindon,
    thank you very much for your interest. Here is a file:

    wali3.xls

    Please read the comments in first rows of the columns.

    thanks

  16. #16
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    try
    Please Login or Register  to view this content.

  17. #17
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    thanks Jindon,

    unfortunately i cant load the macro. It shows me "runtime error 1004"

  18. #18
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Did you try it on your sample workbook?

    Probably Sheet names are incorrect...

  19. #19
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OOps...
    try this one
    Please Login or Register  to view this content.

  20. #20
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    sorry but showing still the error

  21. #21
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Can you add "."
    Please Login or Register  to view this content.
    Edited
    Last edited by jindon; 01-16-2008 at 04:13 AM.

  22. #22
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Jindon, i am sorry but its sill not running. What am i doing wrong. The sheet names are right. BUt it eventhough shows runtime error

  23. #23
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OOOOOOOOps,
    Range("a1").CurrentRegion
    Please Login or Register  to view this content.

  24. #24
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Jindon,
    it runs but doesnt give the needed results. Please read the comments to the cells in worksheet "text".
    wali4.xls

  25. #25
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OK, wali

    I need to go off line now, so I will look at it tomorrow...

  26. #26
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    wali

    I forgot to tell you that I can only "see" your file, but I can not do anything else at all.
    So I can not run the macro on your file.
    Can you send me the file before/desired result and the file with the result of the code ?

  27. #27
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Jindon,

    here is the file containing before and after worksheets.

    wali5.xls

  28. #28
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    How about
    Please Login or Register  to view this content.

  29. #29
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    nothing happens when i run the macro.

  30. #30
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Then you don't have any word(s) in question... I guess...

  31. #31
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    i tried everything but nothing happens. the names of sheets are ok. And there new words in text sheet. But no new entries are made.

  32. #32
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Quote Originally Posted by wali
    i tried everything but nothing happens. the names of sheets are ok. And there new words in text sheet. But no new entries are made.
    That's odd,

    I only changed the bold part in the code, so it should work since it was working somehow.

  33. #33
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    sorry for this late answer. I was trying to find out what was wrong with my text. I found following things:

    Your macro recognise only those cells of column A in "text" worksheet which have already the form: no space, one space or two spaces. As soon as there is a cell which contains of a text string larger than two spaces the macro ignores it. Now in worksheet text complet texts will be pasted may be having dozens of lines in one cell. Therefore the macro itself has to splitt the cell content into: single, one space and two space entries and put them in worksheet "words" if they dont already exist.

    When i put the follwoing three entries in column A in "text" sheet:
    Jindon--->this is correctly put into column A in "words" sheet
    Jindon is--->this is correctly put into column C in "words" sheet
    Jindon is ok--->this is correctly put into column E in "words" sheet

    but as soon as there is a line in column A in "text" sheet like:
    Jindon is very ok--->macro ignores it and cant splitt it

    Now the macro is supposed to split this "Jindon is very ok" into Jindon, is, very, ok and put it to column A and Jindon is, is very, very ok for column C and Jindon is very,is very ok into column E.

    It was not functioning as i wrote my last anwer cus i had put a complete sentences into the cells of column A in "text" sheet.

    The macro is supposed to read the cells in "text" and splitt the words into named three catagories and put them into "words" worksheet if they dont already exist there.

  34. #34
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Now the macro is supposed to split this "Jindon is very ok" into Jindon, is, very, ok and put it to column A and Jindon is, is very, very ok for column C and Jindon is very,is very ok into column E.
    ?
    Does this logic apply to the cell with 4 or more words ?

  35. #35
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Yes, if a cell contains more than four words then they should be splitted. Well i will copy complete texts from websites and paste them into the "text" worksheet. The text will most the times devide itself into many cells and columns of "text" worksheet. And the macro must be able to deal with it.

    Even if a cell contains two words they must be splitted:
    Jindon is---> Jindon, is for column A and Jindon is for column C

  36. #36
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    One more thing. If there is a signe like "." or ";" or "(" or ")" then the macro should not combine the words before the signe with those following the signe. For example there is following string in " text" sheet.

    Please Login or Register  to view this content.
    Well the upper sentence must be splitted into single words for column A and into two words for column C.

    Column C -->Compounds made, made from, from content, conten in,*, And only, only if, if they.....

    * the word "text" starts with singn """ and therefore it should not be combined with the word before it "in". The same behaviour must be done with words for column E.

    It means that new combination must be started if there is one of the signes: " , . , ) , ( or ,

  37. #37
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    wali

    Can you just give me a sample data with puctuations of before/after ?_

  38. #38
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Jindon,

    here is a small example:

    wali5.xls

    thanks

  39. #39
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Jindon,
    does the last file answer your question?

  40. #40
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    wali

    Sheet "text" A1 is the string that should be break into single, double, triple words?

  41. #41
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    yes! tex sheet is a string and is supposed to be splitted into one, two and three words.

    Thanks

  42. #42
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    try
    Please Login or Register  to view this content.

  43. #43
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Hi Jindon,
    thank you very much. Unfortunately i cant make it run. There was one ")" missing in an if line and it was shown red. But as i added the singn ")" it was black again.

    Please Login or Register  to view this content.
    I cant make it run yet. It shows the error "sub or function not defined"

  44. #44
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OOps, of course....
    Please Login or Register  to view this content.
    Edited red part
    Last edited by jindon; 02-03-2008 at 01:21 AM.

  45. #45
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    It doesnt show any error now. But also not splitting the text.
    No words are added to the columns in "words" sheet.=> not working

  46. #46
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    ...
    Can you change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.

  47. #47
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Jindon, i am realy sorry! but not working yet. It doesnt add words to the columns.

  48. #48
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OK
    Can you return with the message?
    Please Login or Register  to view this content.

  49. #49
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Jindon,
    when run, the macro shows me the message "before" and "afeter". The difference is that in "after" it shows the strings without the signs.
    It shows error if only the first row has a string. It works only if at least one row below the first row in "text" contains a string. => yes it shows the messagebox

    But still the same problem. Its not adding words to the columns.=> not adding words yet :-(

  50. #50
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    OK
    How about?
    Please Login or Register  to view this content.

  51. #51
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    ok it works but only for two and three words column. No words are added to the A column. Can you plz fix that as well. thanks

  52. #52
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,516
    Ahh
    change
    Please Login or Register  to view this content.
    to
    Please Login or Register  to view this content.
    Edited Red part
    Last edited by jindon; 02-03-2008 at 03:55 AM.

  53. #53
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    Thanks alot. It works. It adds words to all three columns.

    But there is one problem remaining. It adds duplicates which should not be.
    If words already exist there they are not added. But if one word is more times there in the string in "text" worksheet its added multiple times to the columns in "words". => if one word is added once then it should not be added again!!

  54. #54
    Forum Contributor
    Join Date
    11-12-2007
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    472
    everthing is working well. thanks a million times! i dont know how to thank you. Thanks alot for your patience. thanks a million times!!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1