Hello All,
I've got what might be a really easy question. I don't know how to do it, so I really have no clue.
I have a word document that is a form for the user to fill out. When they enter in data in one of the text fields, a macro runs. I would like the macro to do a few things:
1. Search an Excel document for the ID number just entered by the user.
2. When that ID is located (amongst 5500+ other entries) be able to access other values on that same row (name, location)
I've already figured out (with some help) how to do most of it with javascript inside of an HTML file searching an XML document. But I really need the added functionality of a word document and I figured that Excel is easier to do in word than XML would be.
Any help would be greatly appreciated.
I've got what might be a really easy question. I don't know how to do it, so I really have no clue.
I have a word document that is a form for the user to fill out. When they enter in data in one of the text fields, a macro runs. I would like the macro to do a few things:
1. Search an Excel document for the ID number just entered by the user.
2. When that ID is located (amongst 5500+ other entries) be able to access other values on that same row (name, location)
I've already figured out (with some help) how to do most of it with javascript inside of an HTML file searching an XML document. But I really need the added functionality of a word document and I figured that Excel is easier to do in word than XML would be.
Any help would be greatly appreciated.