richiwatts
Technical User
I am a complete beginner to VBA and with a lot of help I have
create a little add on i want for word. However, now I am getting a bit stuck.
This small add-on searches through text in a Word document for words that match those of a text file I have that contains about 3000 words. If it finds matching words it highlights them.
Anyway, I want to send this add-on to people I know and to get the add-on to work, all they have to do is put the .dot file in the word start up folder so that it will open when Word does. That bit isn't too hard to explain.
But the code requires that the person specifies where the text file is and i don't want to make people to have to go in a chnage the code. Are you still with me?
How can i make sure that the add-on has access to the word list in the text file if people put it on there computer? So that they don't have to change any code.
Is it possible for these words into the .dot file itself so it can search itself? That was just a guess and maybe someone has a better idea
create a little add on i want for word. However, now I am getting a bit stuck.
This small add-on searches through text in a Word document for words that match those of a text file I have that contains about 3000 words. If it finds matching words it highlights them.
Anyway, I want to send this add-on to people I know and to get the add-on to work, all they have to do is put the .dot file in the word start up folder so that it will open when Word does. That bit isn't too hard to explain.
But the code requires that the person specifies where the text file is and i don't want to make people to have to go in a chnage the code. Are you still with me?
How can i make sure that the add-on has access to the word list in the text file if people put it on there computer? So that they don't have to change any code.
Is it possible for these words into the .dot file itself so it can search itself? That was just a guess and maybe someone has a better idea