J
jluc Mondino
Dear all,
I am facing an issue with a vba procedure.
In this procedure I have to Zip the current workbook and some other files.
So I use the Command :
Shell "C:\Program Files\Winzip\Wzzip " & "C:\Some Path\thezippedfile.zip " &
"C\Some Path\*.*"
Where Wzzip is the addin from Winzip for commande line usage.
If I do this way I encounter an error "Path File not found"
If I use a path with no spaces, it works well, but as I don't know where the
workbook will stored, I have to take into account that the files can be
under directories with spaces and thier names.
I have search in the winzip documentation & found no information about this
issue.
If somebody could help me I will appreciate a lot.
Cheers
Jluc
I am facing an issue with a vba procedure.
In this procedure I have to Zip the current workbook and some other files.
So I use the Command :
Shell "C:\Program Files\Winzip\Wzzip " & "C:\Some Path\thezippedfile.zip " &
"C\Some Path\*.*"
Where Wzzip is the addin from Winzip for commande line usage.
If I do this way I encounter an error "Path File not found"
If I use a path with no spaces, it works well, but as I don't know where the
workbook will stored, I have to take into account that the files can be
under directories with spaces and thier names.
I have search in the winzip documentation & found no information about this
issue.
If somebody could help me I will appreciate a lot.
Cheers
Jluc