C
colemandg
I have a word document that contains a four-column table. The first
two columns contain a Task ID and a Description of Task. One row of
the table will have something like the following for Task ID and
Description cells.
1.1 Use the 'Export' bat file to export projects. Copy exported
projects to the following folder:
L:\nBalance\Prod\BlackrockToSimcorp\Position\admin
I need to be able to find the cell that has the text: "Use the
'Export' bat file to export projects. Copy exported projects to
the following folder:", and pull out the path/directory structure that
is provided afterwards. There is a little bit of complexity in that
the path will always differ and I can not always assume that the
information is in Task 1.1.
Any thoughts on how to accomplish this?
Thanks in advance.
two columns contain a Task ID and a Description of Task. One row of
the table will have something like the following for Task ID and
Description cells.
1.1 Use the 'Export' bat file to export projects. Copy exported
projects to the following folder:
L:\nBalance\Prod\BlackrockToSimcorp\Position\admin
I need to be able to find the cell that has the text: "Use the
'Export' bat file to export projects. Copy exported projects to
the following folder:", and pull out the path/directory structure that
is provided afterwards. There is a little bit of complexity in that
the path will always differ and I can not always assume that the
information is in Task 1.1.
Any thoughts on how to accomplish this?
Thanks in advance.