J
Jon
I have created a database for our secretary that includes
all of the headings from our board meeting packets and the
date of the board meeting. You can enter a keyword and
search the headings to get a list of board meetings the
topic was discussed at. You can then click on any heading
in the list to open the board packet in MS Word.
Our General Manager loves it, but now wants Word to open
directly to the paragraph with the keyword in it. I used
the Shell Function to open the file as follows:
x = shell("winword.exe filename.doc", 3)
Is there any way I can make the file open with the
menuitem edit/find opened with the keyword being used so
the word file will open straight to the correct paragraph?
all of the headings from our board meeting packets and the
date of the board meeting. You can enter a keyword and
search the headings to get a list of board meetings the
topic was discussed at. You can then click on any heading
in the list to open the board packet in MS Word.
Our General Manager loves it, but now wants Word to open
directly to the paragraph with the keyword in it. I used
the Shell Function to open the file as follows:
x = shell("winword.exe filename.doc", 3)
Is there any way I can make the file open with the
menuitem edit/find opened with the keyword being used so
the word file will open straight to the correct paragraph?