Try comparing your code to what was posted and discussed in: http://www.vbaexpress.com/forum/show...dobe-acrobat-X

When typing as in your post #3 code tags, replace <>'s with []'s.

From your code in post #1, the backslash character is not being shown. e.g.
'strPDFs(0) = FolderPath & "" & Sheets("Análise CC").Range("D9")
strPDFs(0) = FolderPath & "\" & Sheets("Análise CC").Range("D9")