Problem dragging contacts into numbers

Hello all, and I hope you can help. I'm a relative newbie to the forums (other than lurking occasionally), but quite an experienced Mac user.
I am trying to get contacts into a spreadsheet. I have tried the two methods of (1) dragging individual contacts from Contacts or groups into a table with mapped column names, and (2) dragging contacts or groups onto a blank area of canvas, in Numbers 09. Neither works. Nothing happens.
Can anyone suggest where I'm going wrong?
I'm on Mac OS X 10.8.4 with all software up-to-date.
Thanks in advance,
Keith

Superb thanks, Wayne. Sorted in one. Obvious (well, in retrospect anyway). Now of course I realise what happens when I installed all those apps that asked me if I wanted to allow them to access Contacts and didn't let them...

Similar Messages

  • How can I drag contacts into numbers like the old version?

    How can I drag contacts into numbers like the old version?

    Copy and paste works.  But drag and drop is also back in version 3.2. It works well here. Just drag and drop onto the canvas.Make sure you've upgraded to version 3.2 as earlier versions of Number 3 did not support drag and drop from Contacts.
    Note that the column headers are misaligned if you are dragging contacts that do not contain an image.  But the information in the body of the table drags in correctly.
    SG

  • Problem exporting contacts into Numbers

    I am able to drag and drop contacts into Numbers where it creates a table with all the information.
    However, in the Address book several people have multiple 'work' phone numbers, or multiple 'emails'. This means that when the contact is dragged into Numbers, Numbers only recognises the first 'work' number, and doesn't include the second 'work number'.
    For example, Bobby has work number: 0758694338557 and another work number: 0795338663546. Both of these are present in contacts, but when dragged into numbers, only 0758694338557 is visible under the column(field) titled work number.
    Any suggestions on how I can get two 'work' numbers under the same field name, to be present in Numbers

    Check to see if any columns are hidden by opening the contextual menu for any column:

  • Drag and drop from Contacts into Numbers not working - any solutions?

    I'm trying to get my Contacts into a Numbers spreadsheet. According to the Help files, I should be able to select the Contacts and simply drag them into a Numbers sheet (after deleting the default Table).  I've tried this many times over and the drag and drop feature doesn't seem to be working.  I can select the contacts and drag them over, but the little contact card remains red when I drag it into Numbers and never turns green to allow me to drop into Numbers. It's the same whether I'm trying to drag one contact or many contacts at the same time. I've also tried exporting a vcard and then dragging that file from my desktop into Numbers, but that doesn't work either.  I've tried quitting and reopening both applications, as well as restarting my computer.  I'm running OSX 10.8.3 and have installed all new software updates, so I'm just at a loss for what to try next. 
    Does anyone have any solutions for this problem, or an alternative way to get my Contacts into a Numbers file?
    Many thanks in advance!

    When I tried, it put up a dialog asking me if I wanted to allow Numbers access to my Contacts. Is it possible you tried this and dis-allowed it access?
    You might check, anyway. Open Security & Privacy System Prefs, select Privacy tab, and select Contacts from the list of items. Is Numbers listed and is it checked?
    Another way to get the contact information into the clipboard is to create an Automator workflow like this:
    Open Automator and select Workflow from the options presented.
    Drag in the above actions and set the properties as you like. For the Get Contact Information action, you must set the export format to Spreadsheet (tabs).
    For the new Text File action, I had to set the Encoding to Unicode (UTF-8) or it would fail.
    Select all the contacts you want and then click the Run button in Automator. You can then open the text file with Numbers.
    If you envision doing this often, start with an application instead of a Workflow and save it somewhere. Then, you can select your contacts and double-click the Application to export the contacts each time.
    The benefit of this method is that you can select all the fields you want to include (at least more than is provided in Drag and Drop).

  • Help, I can not drag and drop address book contacts into numbers.

    i have read the manual. watched videos on youtube, but I can not drag and drop address book contacts into numbers or pages.  I upgraded to Numbers 09.  set up the fields as stipulated, but when I drag a contact to the numbers canvas it just bounces back to address book.  I tried reinstalling 09 thinking it was a faulty install.  no luck.  Have tried dragging to balnk part of canvas, to the table, and to a table with fields, no luck. 
    Thank you.

    Could be a preferences setting. See Jerry's post in this thread.
    Regards,
    Barry

  • How can I get contacts into Numbers spreadsheet

    How can I get my contacts into a Numbers spreadsheet, please help since the OS X mavericks upgrade I cant drag them and I dont know how to get them into the spreadsheet now can anyone help

    And here's a way to get some actual information from Contacts into Numbers 3.0.
    1. Copy/paste the script below into AppleScript Editor.
    2. Select the cards in Contacts that you want.
    3. Click the green run button in AppleScript Editor.
    4. Click a cell in Numbers and command-v to paste the data in.
    That should result in something like this:
    Here is the script:
    --Places tab-separated Contacts data on the system clipboard for pasting into a table
    --usage: select one or more contacts in Contacts, run, select a cell in a table and paste
    tell application "Contacts"
              set {tsvData, contacts} to {"", selection}
              if selection is not {} then
                        set tsvData to "Name" & tab & "Phones" & tab & "Street" & tab & "City" & tab & "Zip" & tab & "Emails" & return --header row
                        repeat with thisPerson in contacts
                                  set {thisPhone, thisEmail} to {"", ""}
                                  set {thisName, thisID} to {name, id} of thisPerson
                                  set {thisStreet, thisCity, thisZip} to {street, city, zip} of the first address of thisPerson
                                  set phoneProperties to properties of phones of thisPerson
                                  repeat with j from 1 to (count of phoneProperties)
                                            set thisPhone to thisPhone & value of item j of phoneProperties & "  "
                                  end repeat
                                  set emailProperties to properties of emails of thisPerson
                                  repeat with j from 1 to (count of emailProperties)
                                            set thisEmail to thisEmail & value of item j of emailProperties & "   "
                                  end repeat
                                  set tsvData to tsvData & thisName & tab & thisPhone & tab & thisStreet & tab & thisCity & tab & thisZip & tab & thisEmail & return
                        end repeat
      set the clipboard to text 1 thru -2 of tsvData -- remove trailing return
                        tell application "System Events" to display dialog "Click in cell and <command-v>" buttons {"OK"} default button 1
              else
                        tell application "System Events" to display dialog "Select at least one card in Contacts and run again" buttons {"OK"} default button 1
              end if
    end tell
    This is not as nice as the old vcard drag and drop import. It's a simple example and probably needs some customizing because there are so many different ways people store information in Contacts.  But this approach can meet most needs, if it's not convenient to leave the data in Contacts and link to it.
    SG

  • Importing Contacts into Numbers?

    Does anyone know why each time I drag a contact into numbers it creates a new Table for each contact. This adds lots of unnecessary additional columns, all redundant from the first import. Would like to just have each contact import onto the one page and into appropriate fields. I spoke to Apple about this and they seem to think it's either a bug or nobody has ever wanted to do this even though this option is detailed in the help info in numbers.

    You probably want to use the Feedback feature of Numbers (under the Numbers menu) to report this bug. Meanwhile, I can offer a work around. Discovering that each drag/drop resulted in a new table, I selected 2 contacts - they were placed in Numbers in a single table. So your work around is to create a group in Address Book and then select all the members of the group at once. This is feasible as long as you don't anticipate adding people to the sheet later.

  • I cannot drag contacts into a group under my yahoo groups

    There is a funny symbol next to the word "yahoo" and I think this means something is amiss.
    When I try to drag contacts into a group it won't let me.

    You want Mavericks:
    OS X Mavericks
    You might have thought this was forum for laptops (not) that is:
    MacBook Pro
    Typing "Contacts" got this thread, and seems like you will want to investigate using iCloud
    Re: How do you add a new group in contacts

  • Have issues with Contact locking up while dragging contact into Group

    After creating a new Group in iCloud-Contacts, while dragging and dropping new contacts into the group, the browser locks up each time I try to drag a new contact into the group.
    Browser:  Firefox 10.0.1

    I am also having a similar problem with my 13 " macbook pro purchased in Aug 2011. I took the same to
    m/s Unicorn Infosolutions Pvt Ltd , Mumbai ( authorised service centre for apple). They first checked it and said that it was a hardware problem and I will have to keep the MBP with them till they get the replacement part from Bangalore and the repair would be free of cost since it was under warranty. So far so good. Then late in the evening , they called me up to inform that there was liquid found inside and the mother board would have to be repaced and the same would cost Rs 64,000/- which is slightly less than the cost of a new mbp.
    Unable to understand the formation of liquid since the time they checked up in the morning and their discovery in the late evening.
    They probably had a change of heart regarding replacement of the part under warranty.
    Apple should take serious action against such firms which indulge in such unscrupulous activities.
    Now I am left high and dry since apart from scrapping my new MBP, my data is also lost.
    Hope Apple can come out with a solution for this problem and replace/rectify the machine.

  • Can I download all my contacts into numbers?

    I want to create a contact list from my ipad contacts list.  Can I move them as a group into numbers [or similar] rather than copying them over one by one. 

    Welcome to the Apple Community.
    Being able to download them all in one action would somewhat negate the purpose of iTunes match, you might as well just sync everything from iTunes and be done.
    You can however download the complete catalogue from an artist or a whole album at a time, in addition to single tunes.

  • Problems migrating contacts' phone numbers from droid HTC to droid 4.

    Hello- Advice please. Just bought Droid 4. Set up FB and Gmail accounts with no problems. Contacts migrated from Droid HTC. EXCEPT contact's actual phone numbers. Anyway of getting these numbers back? Thanks!

    that's one of the reasons i use backup assistant, for folks with phone numbers & no email from way back, before the upgrade to the droid x in dec '10.
    if the numbers were in ba, they should be there. i've used ba for years without any problems.
    ba won't do a backup if a contact is in gmail contacts.

  • Difficulty getting Contacts into Numbers

    I'm new at using a support community, so I apologize if I'm not doing this correctly. Anyway, I'm trying to export my contacts to a Numbers spreadsheet using the drag-and-drop method (one at a time). However, only five fields are showing up in the Numbers' spreadsheet. Worth mentioning is that after I drag a contact to Numbers, the column letters above the five fields aren't shown in alphabetical order. Instead, they appear as B, C, J, S, and BN. How can I get all of the fields in my Contacts to appear in Numbers? By the way, I editied the Conacts' template by adding fields that are necessary for my project.

    the other columns are most likely hidden.  select the contextual menu in the table and unhide the columns:

  • I am unable to drag contacts into contact group

    This only happens on my wife's Macbook pro which is running Maverick. It won't allow her to drag a contact into a group. Initially it worked if you did one, then quit/re-open contacts. But that doesn't work either now.
    I have never come across this before. Anyone else?

    You want Mavericks:
    OS X Mavericks
    You might have thought this was forum for laptops (not) that is:
    MacBook Pro
    Typing "Contacts" got this thread, and seems like you will want to investigate using iCloud
    Re: How do you add a new group in contacts

  • Problem reading dates into numbers

    I suspect I am missing something very obvious but I am trying to read a spreadsheet with dates in the first column  into Numbers 3.0.1 in Mavericks. The original file was in xls format and the dates are imported as numbers (e.g. todays date - 31st Dec 2013 appears as 41639). The spreadsheet was created with Libreoffice but the dates are fine if I read the xls file into preview or google docs.  I have tried reformatting the column into date format but nothing happens. Any ideas?

    Check to see if any columns are hidden by opening the contextual menu for any column:

  • How could I export my contacts into numbers?

    I'm trying to export my conatcs list into a numbers format which it doesnt semto give me that option anywhewre,is ther a way to do this?

    or -> http://lmgtfy.com/?q=Mac+OS+export+contacts+to+CSV

Maybe you are looking for

  • Front Row issues with MacBook Pro?

    I just bought my MacBook Pro today and transferred all my files from my old Mac via firewire. I run Front Row, and it says "an error has occurred" every time i try and play any playlist OTHER than the playlists of stuff bought from iTunes... any idea

  • Sites do not remain in DW6 after it closes

    I have CS6. This pertains to Dreamweaver. It has been working fine on this machine for many months. I am an experienced web designer, using Adobe products for years. Suddenly, when I ask it to show me the Files for my sites, none appear. Rather, Mana

  • Error : Add Delivery/Invoice based on order

    Hello I try to add deliveries (or invoices) based on a range of orders (via SDK). Everything works fine, except for one order, where I get the error message: "-5002 Quantity falls below minimum stock [DLN1.ItemCode][Line:2]" If I try to add a deliver

  • My Ipod froze. I have restored it, but it only shows sad face with !

    What do I do?

  • Make custom theme available for the "Create new app" wizard

    Hi all, I have a general problem. Imagine you have created a theme for ApEx. The theme makes applications look as demanded by the design principles of a company. The company now wants everyone developing ApEx applications to use the developed theme.