Hi all respected,
i am using this article http://www.excelhero.com/blog/2010/04/excel-acrobat-pdf-form-filler.html
this is the excel file.
https://www.dropbox.com/s/4hggtslic73oqyt/Acrobat_FDF_Form_Fill_excelhero.com.xls
problem is when i click on create pdf button
"Complie Error:"
"Can't find project or library"
can anyone guide me how can i remove this erro?
Error appear here "Left$(sTmp, 2))"
If Len(vClient(1, 3)) > 3 Then
sTmp = Replace(vClient(1, 3), "-", "")
sFileFields = Replace(sFileFields, "---EIN_LEFT---", Left$(sTmp, 2))
sFileFields = Replace(sFileFields, "---EIN_RIGHT---", Mid$(sTmp, 3))
i am using this article http://www.excelhero.com/blog/2010/04/excel-acrobat-pdf-form-filler.html
this is the excel file.
https://www.dropbox.com/s/4hggtslic73oqyt/Acrobat_FDF_Form_Fill_excelhero.com.xls
problem is when i click on create pdf button
"Complie Error:"
"Can't find project or library"
can anyone guide me how can i remove this erro?
Error appear here "Left$(sTmp, 2))"
If Len(vClient(1, 3)) > 3 Then
sTmp = Replace(vClient(1, 3), "-", "")
sFileFields = Replace(sFileFields, "---EIN_LEFT---", Left$(sTmp, 2))
sFileFields = Replace(sFileFields, "---EIN_RIGHT---", Mid$(sTmp, 3))