Hello coders! I am a teenager at my first internship and I've been tasked with producing an excel file that with the push of a button turns a whole bunch of text into a wordlist of the most frequent words, in array format. So far I've successfully managed to scan separate words into an array that I call WordArray, now I want to count the occurencies of the duplicates in this array, and I've settled for the dictionary function built into VBA. So, with that done I have a dictionary with a bunch of words and frequencies assigned to them. I now want the data from this dictionary to be entered into another array with the name FinWordArray without their numbers assigned to them. I also want this action to be filtered so that any words with a frequency less than 10 will not be moved into FinWordArray. I should mention that outputting the data into plots and then running a =IF(COUNTIF(A:A)greater than 9)
Thank you in advance for any help!
I am using Office 2010 on a windoes 7 64bit system.
Thank you in advance for any help!
I am using Office 2010 on a windoes 7 64bit system.
Last edited: