T
Tsu Dho Nimh
I have a macro that:
1) allows the user to browse to a file containing criminal charges
2) takes two chunks of bookmarked text from that file and inserts i
into the legal complaint in two places (spots marked by mor
bookmarks)
The users like it, because it saves them time on cut and paste ... bu
now they want to be able to select multiple files at once and have th
text inserted into their document.
I know the browsing part of the macro is retrieving multiple names if
select them. How do I store them so the macro can process them on
after another?
Alternatively, is there a way to read the directory they select an
generate a form with checkboxes ... they check what they want, clic
"OK", the list is stored, and the macro reads the list of files t
process.
I don't want to hard-code a UserForm - the contents of the charge
directory will change for different divisions, and I want a genera
purpose method that can be recycled
1) allows the user to browse to a file containing criminal charges
2) takes two chunks of bookmarked text from that file and inserts i
into the legal complaint in two places (spots marked by mor
bookmarks)
The users like it, because it saves them time on cut and paste ... bu
now they want to be able to select multiple files at once and have th
text inserted into their document.
I know the browsing part of the macro is retrieving multiple names if
select them. How do I store them so the macro can process them on
after another?
Alternatively, is there a way to read the directory they select an
generate a form with checkboxes ... they check what they want, clic
"OK", the list is stored, and the macro reads the list of files t
process.
I don't want to hard-code a UserForm - the contents of the charge
directory will change for different divisions, and I want a genera
purpose method that can be recycled