Script for removing tabs

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

  1. #1

    Default Script for removing tabs

    I presume there should be a simple script to remove every second,
    third etc tab between two words in an Word document or after importing
    in InDesign.
    So finally only one TAB remains to make fields more easily.
    Now I get delivered Word documents with to many tabs which I have to
    remove each time by hand. Not the kind of work I like very much. Can
    anybody help me?

    John Derksen, just a designer
    JohnD Guest

  2. Similar Questions and Discussions

    1. ID3: Cannot set tabs
      I have a text block that won't let me set tabs with the mouse. I can type a location for a tab, and the tab appears on the ruler (in gray, not...
    2. TABS in ASP .Net
      Hi I am new to ASP .Net, I have seen some where in microsoft website they are using TABS in .aspx pages. Where I can find and use in my ASP...
    3. Tabs
      > I was curious to see if some sites such as http://www.apple.com auto generate their tabs through programming. Most sites like that server their...
    4. Top TABS
      I use to have TOP TABS on the top of the Screen where I choose the shortcuts, like if I wanna put some text on remarks, I select the text and then...
    5. Removing desktop icon from one account is removing from all accounts
      Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon...
  3. #2

    Default Re: Script for removing tabs

    I would fix that in Word:

    - Open the document in Word
    - Find and replace - find all double tabs and replace with single tab (the
    character for a tab is ^t so in the Find part put ^t^t and in the Replace
    with part put ^t . If they all need to be replaced, use Replace all.
    Additionally you can select only the part of the text that you want
    modified.
    - Do this a few times until Word tells you it cannot find any more double
    tabs.
    - Save document if you are happy with the result

    This is a quick and easy method for cleaning up documents with multiple
    spaces, tabs, paragraph breaks, or other characters. You don't have to go
    one by one, either. You can replace n-amount of tabs with one tab.



    "JohnD" <darc@planet.nl> wrote in message
    news:2bd70782.0503080133.2a7d5550@posting.google.c om...
    >I presume there should be a simple script to remove every second,
    > third etc tab between two words in an Word document or after importing
    > in InDesign.
    > So finally only one TAB remains to make fields more easily.
    > Now I get delivered Word documents with to many tabs which I have to
    > remove each time by hand. Not the kind of work I like very much. Can
    > anybody help me?
    >
    > John Derksen, just a designer
    >

    reader Guest

  4. #3

    Default Re: Script for removing tabs

    Thanks 'Reader'

    It will save me a lot of (boring) time. Do you know where to find the
    caracters for all these signs like TAB (^t) etc.

    John
    JohnD Guest

  5. #4

    Default Re: Script for removing tabs

    >Do you know where to find the
    > caracters for all these signs like TAB (^t) etc.
    Yes, (in MS Word) in the replace dialog box, click the "More" button (it's
    an arrow at the bottom), then click on Special and you will get a list of
    characters to choose from.

    To view the full list and descriptions go to Help and type "codes replace."
    The first item should be something like "Type codes for items you want to
    find and replace" - that's the one you want.

    Cheers


    reader Guest

  6. #5

    Default Re: Script for removing tabs

    Thanks a lot Reader! Now I have more time to spend on creation
    JohnD 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