Copy text from multiple cells

How do I copy the text (cell contents, not cell) in multiple cells (all at once)?
I am trying to cut and paste the text from a Numbers table (actually an Excel file opened in Numbers) to a text box in InDesign to create an InDesign table.
When I select multiple cells and Command 'C', I copy the cells not the content.
It was easy in Excel... but I am trying to avoid installing 'Office' on my new MacPro!
Help much appreciated.

It's handy sometimes to be able to copy cells from Numbers and paste them in other applications, where they appear just as they do in Numbers.  Numbers does that well.
If you just want the content of the cells as text, you could use an AppleScript. That would not be complicated to write..
But first, does InDesign have an Edit > Paste Special (or similar) menu choice where you can tell it to accept the pasted material as unformatted text? One sees that in Word, for example:
SG

Similar Messages

  • Copy text from multiple fields to one field

    I would like to copy text from multiple fields into one field. Each of these smaller fields will only be allowed to have one character. The larger field will not be able to be edited.
    So far, I have thought of creating a naming heirarchy for these fields. I was going to then call upon the array of the parent and set the value of the parent to equal this array.
    var parent = this.getField("everything");
    var array = everything.getArray();
    var v;
    for(parent=0; parent<array.length; parent++)
    v = a + " " + v;               //Im guessing this line is incorrect
    parent.value = a;
    Any suggestions? or a better way of doing this.
    Thanks

    The code sample you provided is using AcroForm scripting and will not work in this form. There is another post similar to this one...have a look at this one it might help you out. It is doing the opposite of what you want but the concept of the loop and how each field is addressed inside ofthe loop is what you wil need.
    http://forums.adobe.com/message/2954517#2954517
    Paul

  • Help with Automator to copy text from multiple files

    Hello,
    I'm new to automator and applescript but it seems like what I'm trying to accomplish is fairly easy.
    I'd like to run a workflow that will open a text file, copy the contents, paste the contents into a given application and then take a screenshot.
    I'd like to be able to do this for several hundred text files.
    I've tried with a Service but can't figure out how to provide the text input after "Get Specified Finder Items".
    Get Specified Finder Items --> Get Contents of TextEdit Document --> Copy to Clipboard --> results in no data.

    You'll need to use Applescript (you could use the Automator Run Applescript Action).
    set recipientAddress to do shell script "cat <filename.txt>"
    set theSubject to "Type your subject here!"
    set theContent to "Type your message content here!"
    tell application "Mail"
      activate
              set theMessage to make new outgoing message with properties {subject:theSubject, content:theContent, visible:true}
              tell theMessage
      make new to recipient with properties {address:recipientAddress}
      -- Uncomment send to Send the Message:
      -- send
              end tell
    end tell

  • Copy text from table to table issue

    Using CS6 on PC Win 7 64bit
    not noticed this before probably becasue I usually copy in from Excel or Word docs, but when I copy text from one table to another in a document  its copying it as a nested table,
    if I just copy a single  cell then thats ok but anything else its placed as a table within the target table.
    Probably something really obvious I've overlooked, but its driving me nuts
    Have looked in  prefs and Clipboard  is set for just text, apart from that I cant see anything
    thanks for any help you can give

    Hi Bob
    thanks for that speedy reply.
    I've just been doing some testing and I'm not sure if the results I'm getting are how things should be.
    I just called up one of my recent excel tables and did what I usually do, highlight from the top left cell to the bottom right hand corner cell, Ctrl-C
    Excel table is always 11 column but  the number of rows varies from week to week, from 50 or so to 250.
    Opened an ID table  template I use which width wise is  the same amount of columns as my source excel file 11 columns, but only a few rows.
    Place the cursor and highlight the first row in ID  Ctrl-V,  table is filled and it auto inserts more rows to the limit of the object box  and then I just drag the table down to fill the page and then just click and drag the loaded cursor to create more table space on the next page if needed, nice and simple.
    Just opened a new  table with 6 rows and 4 columns
    and tried to paste into a table with 2 rows and 4 columns expecting it to automatically fill and give me the overfill red icon on the frame but it doesnt
    but it does with text from outside of ID, I just tested it, it automatically fills all the table and adds rows until the object fram is ful and then I can just use the overfill facility to increase the table size
    Seems odd that this only works with externally copied material

  • Copying text from pdf, "square" characters

    Using SQL 2005 standard edition.
    I have an issue with pdf generated reports. When copying text from the pdf (from a cell in a table row) the characters are just pasted as "squares" into notepad\word etc. Each character is just a small square. I am using Arial font and not doing anything outside of the norm. This is also an inconsistent problem, it doesnt happen on all cells\tables but only on particular ones. Could it be data specific?
    Anyone come across this before?

    It is not data specific but the format specific. There are many similar issues commonly encountered. The reason is that the format in the clipboard cannot be well recognized by notepad or word. You can refer to this article:
    http://support.microsoft.com/kb/212318
    From which you can read:"Microsoft Word does not directly support conversion from Adobe Portable Document Format (PDF). PDF is the format in which documents are saved for viewing and exchange in the Adobe Acrobat Reader and Adobe Acrobat Exchange for Windows."
    For those words if you could not copy/paste successfully, you may use some tools from Adobe company to extract the data from PDF file to some recognized format such as HTML. I know that there is a tool which can do this conversion:
    http://www.adobe.com/products/acrobat/access_onlinetools.html
    Hope this answers your question.Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How disable PDFEdit combines text from multiple Tj operators

    HI
    In http://help.adobe.com/livedocs/pdfl_sdk/9/PDFL_SDK9_HTMLHelp/API_References/Acrobat_API_Re ference/PDFEdit_Layer/PDEText.html mention that "PDFEdit combines text from multiple Tj operators into a single text run, when possible "
    how I can disable this feature
    I want disable this feature because  I write a program that process (encrypt) and copy every element recursively  , I used chain encryption algorithm that mean if one bit change  or shift all result will be wrong
    when I  encrypt, for example count 323 run in one textelement but after encryption and when I want decrypt in same textelement I just get 322 run, I think  this problem caused by PDFEdit combines text.
    thanks for your help

    Pdfedit can and often will write a completely different set of operators. It converts the operators to an object representation, then wites opererators for the objects. you cannot stop this, it is what it is supposed to do.

  • How to retrive the font color, style and size of the copied text from html

    I have requirement, where I need to retrive font size and style of the copied text from html page. Here copied text I mean, the text we select and copy using either windows copy command or using Ctrl+C.
    Please help me to get the solution for this req.
    Thanks in advance,
    Amodnk.

    You can also try this, especially if you've got the Text Inspector and the Color Picker open already.
    Select the text to be colored (note that if the text is already multiple different colors the swatch under Color & Alignment section of the Text Inspector still only shows one out of the several)
    Find the color you want in the Color Picker
    Click and drag from the Color Picker into the swatch under Color & Alignment in the Text Inspector
    That will also change all the selected text to the chosen color.
    Also, regarding web safe colors, that SHOULD come as a part of the Color Picker. With the Color Picker open, select the third icon at the top (If you mouse over it, it should indicate Color Palettes. Click the popup menu button and you should see Web Safe Colors as one of the choices. With this and the Text Inspector open, you can drag and drop your way to identical colors in no time!
    That same drag and drop trick works for text on the slide as well. If you just created a bit of text and you want to apply a color, scroll until you find the color you want, then drag and drop over to the text (it will highlight in blue showing you what you're about to color).

  • Hi I've a big problem with adobe acrobat reader XI pro and I hope you can help me. The problem is; when I past copied text from some pdf books (not all of them) it past symbols only! wherever I past it! and even if I coped that text from another pdf reade

    Hi
    I've a big problem with adobe acrobat reader XI pro and I hope you can help me.
    The problem is; when I past copied text from some pdf books (not all of them) it past symbols only! wherever I past it! and even if I coped that text from another pdf reader (adobe pdf reader, internet browsers, ...etc.).
    This problem started to happen since yesterday when I installed adobe acrobat reader XI pro to try it before I buy it, and before that when I was using the free adobe pdf reader I was totally able to copy any text from any pdf and past it anywhere with nothing wrong.
    What can I do?
    thank you a lot.

    There is no product called Adobe Acrobat Reader Pro. There is
    - Adobe Acrobat Pro ($$)
    - Adobe Reader (free)
    Which do you have? And are you a programmer?

  • How can I copy text from one card to another while creating cards using Iphoto?

    I created two cards with different pictures using Iphoto on Macnotebook. 
    I want to use the same text message.
    How can I copy text from one card to another?

    select the text and copy (edit menu ==> copy) tehn gpo to the next card and paste
    LN

  • How do I copy text from one layer to  another?

    I have Googled this but not a single answer seems to work.
    I am using Photoshop CS4 on OS X 10.6.7.
    OK, so  I  have a layer that  has some text in it.  I would like to  be able to  simply copy that  text  from one layer  to  another, but this seems to  be impossible as the Edit Paste menu item is grayed out after I have copied it in to the clipboard.  I can paste it into  the SAME layer, but not into another layer.
    This is how I am trying to  do  this.
    In the layer  with the text, click on the "T" icon to  the left.
    Click on the text, in the layer that I  want to  copy. 
    I select the text (either  by  clicking and dragging or pressing Command-A).
    Next I press Command-C.
    Then I  click on the layer In the Layer Panel) where I want to  paste the text.
    Pressing Command-V is impossible because the Edit-Paste menu option is grayed out!!!!
    WHY??????
    Perhaps more importantly, HOW do I copy text  from one layer to  another?

    First thing you can simply right click on the Text Layer and choose Duplicate Layer.  But that will create a new Text Lay
    er identical to the one you have.
    To answer your question in your case....  Create the Text Layer.   Make a New Layer.  Or have the layer you want to paste into visible.
    Highlight the text layer in the Layer Palette and Ctrl+Click (Win) Cmd+Click(Mac) so that you see marching ants walking around your text.
    Edit>Copy.
    Then highlight your Layer you want to paste into and hit Edit>Paste or Cmd+V / Ctrl+V.

  • Hot to copy text from a Popup Windows in SAP CRM 7.0?

    Hi guys,
    we want to copy text from a POPUP Windows but you cannot highlighttext there.
    We've tried with "Popup to Decide List" and "Popup for Reuse components".
    Do you know if is possible to copy text from a POP-UP Windows in CRM WUI 7.0?
    We also have tried to export text to the clipboard using:
    CALL METHOD cl_gui_frontend_services=>clipboard_export
      IMPORTING
         data = lt_tab
      CHANGING
         rc = vl_rc
      EXCEPTIONS
         cntl_error = 1
         error_no_gui = 2
         not_supported_by_gui = 3
         no_authority = 4
      OTHERS = 5.
    It doesnu2019t work neither. It gets the exception CNTL_ERROR.
    Do you know any other Function/Class for this purpose?
    Thanks in advance.
    Fernando.-

    Solved.
    I've used a Text Area.

  • A problem with copying text from english pdf to a word file

    i have a problem with copying text from english pdf to a word file. the english text of pdf turns to be unknown signs when i copy them to word file .
    i illustrated what i mean in the picture i attached . note that i have adobe acrobat reader 9 . so please help cause i need to copy text to translate it .

    Is this an e-book? Does it allow for copying? It is possible that the pdf file is a scan of a book?

  • Can not copy text from AI CC or AI6 in to the file name

    I have an AI file with 80+ UPC codes that I need to separate in to individual files. Each UPC has a descriptor but when I copy the text and then try to paste it as file name it will not paste. I use this same process regularly in InDesign when I design print ads. Each print ad has a unique item number that prints with the copyright line so I simply copy and paste that information when I do the save.
    Under File Handling and Clipboard both PDF and AICB are on. I've tried this in AICC and AICS6. I also tried different files. Same issue. Any suggestions? I really don't want to have to type 80 some descriptions which are very lengthy. 

    I can not copy the text from Illustrator in to any OS X application/function (filename, Mail, Text Edit, ect). I can copy in to InDesign, Photoshop, Flash, and other other Adobe product. I can copy in to Word as well. I guess my work around will be Word.
    And the opposite is true. I can copy text from any other Adobe application to any OS X application/function with no issues.
    I guess my work around will be to OCR the text from Acrobat and open in Word. The descriptors have to be 100% accurate and some of them are pretty long.

  • I am just about giving up!  I have upgraded Pages to 0.9 4.3.  Now when i copy text from an incoming email and paste it it pastes in as an Object and I can't work on it.

    I am just about giving up!  I have upgraded Pages to 0.9 (4.3).  Now when I copy text from an incoming email and paste it into Pages it pastes in as an Object and I can't work on it.  It has a border round it and corner markers.  I have never had this problem before.  I have looked at every conceivable thing but cannot find how to get rid of this Object and just paste in the wanted text.  If I fiddle and fiddle within this text I can eventually get a cursor and work on the text - but how on earth can I get rid of the surrounding box?  
    I don't know if this is at all clear but I can't think of any other way to describe this - but it looks like this in Pages with corner and top, bottom and side markers.
    Monthly summary for .................March, 2013
    Four more elephant Rescues during the month - first a yearling female named “.......................................
    Lecia

    Peter hello - I have been copying and pasting for as long as I can remember and it has NEVER done this before - so why now!? Anyway, Jerry has told me about Paste and Match Style --- yet another new thing! 
    I have also discovered that I don''t need to hold down Option when I go to Save to get Save As -  I can hold down 4 keys (shift, option, command and S) and it will bring up Save As!! 
    Thanks for your response.
    Lecia

  • How do i disable copy and paste so a reader can not copy text from my pdf document?

    how do i disable copy and paste so a reader can not copy text from my pdf document? i have gone into my security preferences but can not find out how to change the settings so i can disable the copying option.

    See http://www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-protect-p df-file-with-permissions-tutorial-ue.pdf

Maybe you are looking for

  • ITunes Match will not work on new phone...

    OK my 1st iPhone 5 had some serious battery issues so I had it replaced by Apple.  On the same day I took my new phone to Best Buy to have the Zagg screen protector replaced.  Well they flooded that phone with the solution they use for adherring the

  • ComboBox not working correctly

    Hi there, I am developing a small Flash (AS2) application, using Flash CS3, and have run into a problem with the ComboBox componet. I am loading another movie into the main movie with the following code: var container = _level0.createEmptyMovieClip("

  • HT1725 What can I do if a "downloading error has occured?"

    Hi! I rented a movie on my apple tv2 about two weeks ago.  After waiting for 3 days for it to download, i finally sat down to watch it tonight. However, it says "An error occurred loading this content...try again later." I've tried it several times s

  • Still image that shimmies and shakes

    There are 2 still images in this piece I'm finishing up that that shimmy and shake. They are only on the sreen for 3 seconds, but it's noticeable. I thought I'd found the answer when I pulled them ouf of the Timeline, into the Viewer to have a look,

  • How do I increase voice speaker call volume when ...

    Hi http://www.bootstrike.com/NSeriesN95/faq.html I have got my brand new N85 8GB, I tried the suggestion (197) in the link above to increase voice speaker call volume when I am in a call, but it did not work, neither for the "Speaker" nor for "Handse