P
Pierre CFI [mvp]
Hello
i am french, sorry )
On PC
Dim MyPath As String
Dim rep As String
MyPath = ThisDocument.Path & "\" ' Définit le chemin d'accès.
rep = Dir(MyPath & "*.doc", vbDirectory)
Do While (rep <> "")
MsgBox "Fichier " & rep
rep = Dir
Loop
But on Mac ?? office 2004
i am french, sorry )
On PC
Dim MyPath As String
Dim rep As String
MyPath = ThisDocument.Path & "\" ' Définit le chemin d'accès.
rep = Dir(MyPath & "*.doc", vbDirectory)
Do While (rep <> "")
MsgBox "Fichier " & rep
rep = Dir
Loop
But on Mac ?? office 2004