+ Reply to Thread
Results 1 to 2 of 2

Execute a program on VBA (PDF converter)

  1. #1
    Registered User
    Join Date
    04-29-2015
    Location
    São Paulo, Brazil
    MS-Off Ver
    2013
    Posts
    9

    Execute a program on VBA (PDF converter)

    Dear friends,

    I receive lots of PDF files per day that I need on Excel.

    I wanted to create a macro that executes the program that I have (Abel2Extract) to convert the pdf files to excel and copy the result into my page.

    I'm really sorry I don't have any beginning code to share with you. I'm not lazy...I'm just a noob with grandious ideas that doesn't know how to execute them.

    I'm do not want you to write the code for me, just to point me in the right direction.

    I've searched and I know I have to use the Shell function...but I have no idea how to do it (I already saw gigantic lines of code online to run such a thing)

    Thanks in advance,

    Dresur

  2. #2
    Forum Contributor
    Join Date
    10-13-2012
    Location
    Southern California
    MS-Off Ver
    Excel 2007
    Posts
    401

    Re: Execute a program on VBA (PDF converter)

    Idea / Suggestion:

    According to the help file, Able2Extract has the ability to convert PDF files to Excel via the GUI, batch, and command line mode.

    Command Line mode! If so, that's great. This gives you the option to make this a two-step process.

    You write a DOS batch file that converts all of the PDF files you have to Excel. This way you don't have to worry about doing this with the Excel macro you create. Your Excel macro will only have to grab the data from the newly created Excel files and manipulate it or do with it what you want.

    Does that make sense? That seems easier, at least to me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA Program Created from MS Project won't execute second time
    By markpaul in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-26-2013, 03:13 PM
  2. lines in loop don't execute when program is run
    By akaron in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-23-2012, 11:02 AM
  3. Wanting to execute a program
    By hackersarchangel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2010, 05:57 AM
  4. How to create a Macro or function to execute a program
    By akadoggs in forum Excel General
    Replies: 1
    Last Post: 02-26-2008, 04:32 PM
  5. [SOLVED] Execute a program from within VBA
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-29-2005, 07:08 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1