Search results
29 lis 2019 · I'm trying to open all appropriate PDFs found in the same directory as my Excel workbook using VBA. I've added the Adobe Acrobat xx.x Type Library reference to the project. But when I try to create the .App object I get a "Run-time error '429':" error.
3 mar 2010 · The code for this was: [vba] Dim strPath1, strPath2, strPath3 as string. strPath1 = """C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe""". strPath2 = "/A page=13=OpenActions"". strPath3 = "C:\DocumentA.pdf". Shell strPath1 & " " & strPath2 & " " & strPath3, vbNormalFocus. [/vba] This worked like a charm.
15 mar 2022 · I have created an Excel file with embedded PDF files which was working fine until last evening. Now I am receiving the error message "cannot start the source application for this object". How do I fix this?
8 sie 2013 · The solution can be to open the file where you have given the links and then go to Data > Edit Links > Open Source. This will open the source without making the #ref error. Another alternative is to keep two versions with and without the links .
8 maj 2024 · I have save my emails to PDF and embedded it in the excel sheet. I always received several error message when using the latest Acrobat Standard. But when I uninstalled the Acrobat Standard and installed Acrobat Reader. I got no problem when opening it.
25 paź 2022 · I am attempting to import a PDF into a database. The main error I am getting is: " Implicit conversion from data type varchar to varbinary (MAX) is not allowed. Use the CONVERT function to run this query." Some of the coding included below is for a SEARCH function that is not yet completed.
21 cze 2021 · The first error message seems to indicate the SQL Server cannot access the source .xlsx file. Perhaps the account being used by SQL Server does not have access to the file because of filesystem rights, or perhaps the .xlsx is already opened exclusively by some other app, such as Excel.