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

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

  • How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account an

    How can I get the phone numbers in contacts to appear with dashes between the first 3 numbers, the next 3 numbers, and the last 4 numbers?  Until very recently
    it did so.  Contacts on my macbook pro does show up this way.  I do have a mobile me account and in the past syncing was no problem.  What setting has changed?

    The phone number format as well as the date language and format and the time format are controlled by the Region Format setting. Go to Settings > General >International > Region Format.  When you change a region format, you can go back one page (to International) and see an example of the date/time/phone number format that your selected region format will produce.

  • How can I get Contacts to recognize iPhones?

    Hello, in Contacts I have thousands phone numbers listed in typical fashion as 'home', 'work', or 'mobile'.  How can I get Contacts to tell me which 'mobile' phone numbers are associated with iPhones?  Thanks!

    The program doesn't do that as Csound1 typed.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • HT4113 Forgot my passcode and the answers to security questions and itunes information has been lost. How can i get back into my itouch?

    My son forgot his passcode and the answers to the security questios and itunes information has been lost. How can i get back into his itouch?

    Forgotten Screen-Lock Passcode
    Connect the iOS device to your computer and try to make a backup
    iOS: How to back up
    Then restore via iTunes. The iPod will be erased. Place the iOS device in Recovery Mode if necessary to allow the restore.
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up    
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store    
    For security questions
    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • How can I get back into my application aftermath invoking Start up page of index.htm ?

    Gorgeous Hello All,
    If anyone of you can please provide me a solution for the following, will help me in plentious and galore.
    Am using Adobe RoboHelp, Version 10 and IE version being 10.
    A hurdle :-
    I have a application which has been developed in ASP .NET, Version 4.0. Help link has been created in this application wherein here the Start up page of index.htm has been linked to be read from the RoboHelp local project folder\!SSL!\Multiscreen_HTML5\desktop. All are working absolutely fine except when
    I login into the above-said application -> click on the Help page -> the index.htm opens with Contents, Index, Glossary -> Am able to successfully perform any task by respective clickings
    -> But I am not able to get back into my application when I click on the IE provided Back button (Alt+Left) -> Any amount of invoking Back button makes the system getting looped into this Start up page of index.htm only -> When I Close Tab (Ctrl + W) or Close ( X ) -> The window session gets closed and I have to repeat all by relogin once again.
    How can I get back into my application aftermath invoking Start up page of index.htm ?
    (I can always get back into the application easily by erasing those parts in the url which refers to this RoboHelp linkages – but this certainly looks non-polished work)
    Help Please
    Cheese – Vipin Nambiar, Bangalore

    Hey Jeff, I used Internet Explorer 10.0.9200 and Google Chrome 26.0.1410. Alas - it is the same behavior.
    (But Jeff : When I used Microsoft HTML Help as primary layout to generate chm file , My Help when launched from my Application opened in a new browser window and when I closed this Help browser window did not close my application. Looks like need to write few liner code to get this issue settled )
    Thanks Indeed of lots for your concerns Jeff !!!

  • When I try to sync my music on my iPhone 4 I have a tab at the top that says 'on this iPhone' The music in that tab is always on my phone but does not show in my itunes library.  How can I get it into my library?

    When I try to sync my music on my iPhone 4 I have a tab at the top that says 'on this iPhone'.  This is at the end of all the other tabs like info, ringtones, music etc. The music in that tab is always on my phone but does not show in my itunes library.  How can I get it into my library?  It doesn't sync either.

    The new iTunes has a somewhat different look from the previous version.  You can get the old look back if you prefer it by doing View > Show Sidebar in iTunes.  Or you can adapt to the new look.

  • How can i get contacts from my old Nokia phone to iphone 4S

    how can i get contacts from my old Nokia phone to iphone 4S?

    Appreciate the reply thank you
    Issue being is I don't have the lead for the samsung any longer but have the memory card?
    An yes I know I need to get them onto my MAC but how is what i'm struggling with?
    Any help would be appreciated.
    Many thanks

  • I changed my Apple ID, now I can't login to iCloud because it still has my old Apple ID and the password no longer works to log me in. How can I get back into iCloud so that I can switch off Find my iPhone so I can make these changes? Thank you.

    I changed my Apple ID, now I can't login to iCloud because it still has my old Apple ID and the password no longer works to log me in. How can I get back into iCloud so that I can switch off Find my iPhone so I can make these changes? Thank you. (iPhone 4s)

    Well, you're gonna have to recover the password for that Apple ID:
    http://support.apple.com/kb/ht5787

  • I am new to IPhoto 9.5  and I think I missed a step. I uploaded pictures but they do not appear as an event in my library.  They are in Last imported only. How can I get them into event.

    I am new to IPhoto 9.51  and I think I missed a step when I uploaded my vacation pictures. I uploaded pictures but did not import them into the library.  They are in L\last imported only.  How can I get them into events?

    If the Photos are under 'Last Import' or 'Last N Months' then they are in the Library somewhere, just not where you are expecting them to be. We know this as both Last Import and 'Last N Months' are not places, just listings of elements in the the Library.
    The two most common reasons that they can't be found is either an incorrect date on the camera or the Sorting (View Menu -> Sort Photos - or Sort Events, as appropriate) has changed.
    Quick route to find them: Right-click on one of the images in Last Import and select 'Show Event'. This will bring you to the image in the Library.

  • How can you get back into your iPhone if you don't remember the passoword?, How can you get back into your iPhone if you don't remember the password?

    Help!   My daughter changed the password on her iPhone and she can't remember it.  How can she get back into it.  Restoring is not an option so I'm hopeful there is another way.   Thanks!

    Hey KimmyP123,
    Thanks for the question. I understand your daughter has an unknown passcode on her iPhone. The following article provides a few solutions for this situation:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/HT1212
    I notice you are looking for solutions other than restoring, the article does outline how you can use iCloud's Find My iPhone:
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.
    Thanks,
    Matt M.

  • How can i get back into my disabled ipod

    how can i get back into my disabled ipod

    Disabled? You got locked out of the passcode on the lockscreen? If so, you need to put the ipod in recovery mode and restore. Here is a guide: http://support.apple.com/kb/HT1808

  • How can I get rid of numbers that are covering my entire desktop, caused by right-clicking "Clean Up Selection" on an icon?

    How can I get rid of numbers that are covering my entire desktop, caused by right-clicking "Clean Up Selection" on an icon?  The Apple OS X Mavericks blue & green desktop is totally gone.  HELP!

    Here's a screenshot of my desktop, as of a few minutes ago:  http://lewgoodman.com/desktop.tiff

  • How can I get back into my iPod when I forgot my combination?

    I set a combination lock on my iPod nano (3rd generation). Next time I tried to unlock my iPod, I realized I forgot my combo...How can I get back into my iPod? I appreciate any help you have to offer. Thank you!

    If you do not know the passcode, then your only option is to restore the iPod to factory settings via iTunes.
    B-rock

  • How can I get two missing numbers on a iTunes card

    How can I get two missing numbers on a iTunes card

    "Get help",just below the form space where I entered the code. Once I clicked "Get Help", it added another line to the form where I could enter  THE NUMBER ON THE BOTTOM LEFT CORNER on the back of the card. I entered as much of the I scratch-off code I could read, along with the serial number.

Maybe you are looking for

  • ADDING CONTACTS TO ADDRESS BOOK SERVER!!!!!!!!!

    Can someone please help me figure out how to add contacts to the address book server. I tried to drag my contacts but it doesn't work. There is no "+" button for me to add new contacts. I've been trying for a couple days and nothing. Thank you in adv

  • Function module to convert to time stamp format

    Hi friends, can you tell me any function module to convert date and time to time stamp format? kind regards.

  • Java.sql.SQLSyntaxErrorException: ORA-02014: cannot select FOR UPDATE from

    Experts, I am getting "java.sql.SQLSyntaxErrorException: ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc" exception and it leads to one or more setter methods of the VO. I checked the respective attribute in the VO to see i

  • Mail is SLOWWWWWWW

    since upgrading to leapord and running the latest update to 10.5.1. Mail has become unusably slow. the problem is when i create a new email message and start typing. I type approximatly 60-70 words a minute. and mail is displaying what i type at abou

  • Problem with Print Settings- Epson Stylus CX4200

    Hi there, I am having issues with my print settings. Firstly, when I run out of ink on a cartridges it just says "out of ink" and does not show the ink levels of the different colors. Therefore I need to replace all the colors as I do not know which