S
suy
Guest
I know this question has been posted before : how to use
shell("c:\winword.exe " & filename)
if filename contains spaces (e.g. filename = name & " " & firstname & " " DOB.
I read the suggestion to use the DOS name, but this is unknown, and I can't change the filenames.
How can I open those word-files with code ?
Thanks.
shell("c:\winword.exe " & filename)
if filename contains spaces (e.g. filename = name & " " & firstname & " " DOB.
I read the suggestion to use the DOS name, but this is unknown, and I can't change the filenames.
How can I open those word-files with code ?
Thanks.