Do you really want to add the task to every Project File you find? You can use the FilePicker dialogue box offered by XL (why it is not available to Project I don't understand) by defining an XL application object and then using its filepicker method (Away from MS apps right now, load XL vba help and look for "File Dialogue Picker" or some such . . you may specify multifile select which should suit your needs.Originally Posted by raeraz
If you really want to search C:\ for all project files use the DIR command . . .would be a good case for a recursive function to traverse the folder structure.
Mal