Automatic naming of PDFs from Excel 2003 VBA?

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default Automatic naming of PDFs from Excel 2003 VBA?

    Is it possible to automate the naming of a series of PDFs using file names storde on an Excel workbook using VBA?

    Thanks,

    Tom
    Thomas_P_Joseph@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Flash 8 chokes on XML from Excel 2003
      Using Flash 8's XML object and trying to read in XML created in Excel 2003 I get error -6 back from the XML.status property which means "An XML...
    2. Excel 2003 XMLSS format
      I need to import data to Indesign from Excel. I noticed the only format for this is XMLSS. It says the following about this format in the HELP files....
    3. Dcomconfig Settings for Excel 2003 on Windows XP
      Hi, I have a asp.net/c# web application when i try to create the following excel object using the following code mentioned below I have Office...
    4. excel 2003 to PDF
      When I try to convert an Excel file containing color cells, the PDF documents out with an all black background with color letters. Any ideas on how...
    5. Problem Using Icon in Excel 2003 to Create PDF file
      I am using Acrobat 6 and Excel 2003. In Excel, if I click on the icon to create a PDF file I immediately get a popup saying "Compile Error in hidden...
  3. #2

    Default Re: Automatic naming of PDFs from Excel 2003 VBA?

    Sure.

    Details of how to program Acrobat are in the Acrobat SDK. Download a copy, read the docs, review the sample code.
    Leonard_Rosenthol@adobeforums.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139