J
John
I have a large Word file with the words to hundreds of
songs. My Macro extracts each individual song, place it in
a new file, extract the file name from the file and
attempts to Save As (the extracted File name). How do I
get the file name to change. I have only been sucessful in
getting a single file name. See Example:
ActiveDocument.SaveAs FileName:="Dummy.doc",
I don't know how to setup a variable to use the extracted
(Selection.Cut) file name.
songs. My Macro extracts each individual song, place it in
a new file, extract the file name from the file and
attempts to Save As (the extracted File name). How do I
get the file name to change. I have only been sucessful in
getting a single file name. See Example:
ActiveDocument.SaveAs FileName:="Dummy.doc",
I don't know how to setup a variable to use the extracted
(Selection.Cut) file name.