Hi,

I've got code setup to save a load of worksheets as .pdf to a particular folder on the pc. At the end i want a msgbox that asks if the user wants to open the folder.

Soim guessing it would be something like the below but i don't know the command to actually open the folder?

If msgbox ("View Folder?",vbyesno) = yes then
'Open C:\MyFolder <<<< Help?
Else
End if
Thanks in advance

J