preserve the link to a single Excel cell when updating link

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default preserve the link to a single Excel cell when updating link

    I want to import a single cell from an Excel spreadsheet into InDesign CS. Initially, I am placing a single cell into a text frame and get the correct text. However, after editing the spreadsheet, the link changes and imports the entire speadsheet (all cells) to the frame rather than 1 cell.

    Is there a way to preserve the unique cell when updating the link? My ultimate goal is to enter all my prices into the spreadsheet, then update my sales brochure by editing the spreadsheet and updating the link (rather than editing the text directly in hundreds of places in the InDesign document).
    - JC
    John_Craighead@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Error when updating a link?
      I have a client who is trying to add links to his website and receives the following error: "While executing CCPopup_Link_WebAddress command in...
    2. mx:Link in cell renderer
      i have a cell renderer which uses a mx:link do display a shopping cart icon. i want to be able to click it and add the line to the cart - a...
    3. Place Excel into table with ability to link when native Excel file is updated.
      Is it possible to place an Excel file into InDesign and create a link so that any changes made later to the Excel file can be updated in InDesign? ...
    4. How do I preserve the link to a single cell in an Excel spreadsheet?
      I want to import a single cell from an Excel spreadsheet into InDesign 3.0. Initially, I am placing a single cell into a text frame and get the...
    5. importing a single cell into InDesign from Excel
      I want to import a single cell from an Excel spreadsheet into InDesign 3.0. Initially, I am placing a single cell into a text frame and get the...
  3. #2

    Default Re: preserve the link to a single Excel cell when updating link

    Here is a rather crude first attempt at a program that associates cells in an Excel range with individual cells in an InDesign table and allowa the InDesign table cells to be updated with changed values from the Excel range, without affecting the formatting of the InDesign table.

    This program has been tested with Excel 2002 for Windows and InDesign 3.0 (InDesign CS) for Windows. It may or may not work with other versions of either application.

    The program consists of a single Excel template file, with VBA code in one code module and one class module. The VBA code is not protected in any way, so it can be examined and modified as desired.

    This program is hereby placed in the public domain.

    Use at your own risk. No warranties are expressed or implied. The author specifically disclaims all liability, and by using the program, you agree to be bound by the disclaimer of liability. I strongly recommend you save your InDesign file before updating values and that you check the results before you save over your saved file.

    This is very much a quick-and-dirty solution, with minimal error handling. It has also received very minimal testing. The interface is as crude as it gets.

    Download the Zip and read the PDF file included in it at:

    <http://www.earlvillepost.com/InDesign%20Table%20Manager>
    Stu_Bloom@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