J
John Viall
I have a Word Template that uses form control textboxes (bookmarks).
I have them name txtCourseNum and txtCourseName.
When I type in the txtCourseNum, I want it to automatically populate the
txtCourseName. I have the CourseNum and CourseName in arrays, but I don't
know how to reference the textboxes to allow the data to move into it.
While I'm asking, is there a good ways to read the array data from and Excel
spreadsheet into the arrays. At this time, I'm forcing the data in with
assignment statements.
Thanks in advance to any help.
John
I have them name txtCourseNum and txtCourseName.
When I type in the txtCourseNum, I want it to automatically populate the
txtCourseName. I have the CourseNum and CourseName in arrays, but I don't
know how to reference the textboxes to allow the data to move into it.
While I'm asking, is there a good ways to read the array data from and Excel
spreadsheet into the arrays. At this time, I'm forcing the data in with
assignment statements.
Thanks in advance to any help.
John