How do you remove hyperlinks?

has "Numbers" received an update recently? maybe I missed it. but i can no longer remove hyperlinks from a cell.
I still want the URL there -- but in plain text format -- but i don't want a working hyperlink. I used to be able to left-click on the cell and a little box came up, where you could amend the text, and remove the link -- nice and easy.
But when you click on the link now, all it does is open up Safari and takes you straight to the page
I've highlighted the cell, the text, and searched through all the menus, but there doesn't seem to be any way to remove the hyperlink. All you can do is type the whole thing out again, which can take ages when you've got a long URL
anyone got any ideas?

Hello
If you wish, you may also try a script given at the end of the following thread.
How to convert hyperlinks to url
https://discussions.apple.com/thread/4544519?tstart=0
https://discussions.apple.com/message/20522031
Regards,
H
PS. Under OS X 10.9, you need to change the ruby interpreter at the beginning of main.rb from:
#!/usr/bin/ruby
to:
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
For convenience, here I post the entire revised codes, which can be used under OSX 10.5 through 10.9.
hyperlink to url.applescript
    convert hyperlink to url in selection in Numbers
    save this as script bundle or application bundle and
    put ruby script in its Contents/Resources with the name used in this script, e.g., main.rb
_main()
on _main()
    script o
        property _prompt : "Hyperlink to URL - options:"
        property _options : {"0 : kill links", "1 : kill links but keep styles", "2 : keep links alive"}
        property _default : 0
        -- (1) copy the current selection to clipboard
        tell application "System Events"
            tell process "Numbers"
                set frontmost to true
                keystroke "c" using {command down}
            end tell
        end tell
        delay 0.1 -- may need to adjust
        -- (2) convent links to urls by modifying rtf data in clipboard
        -- -- (2.0) accept conversion option
        tell application "Numbers"
            set r to choose from list _options with prompt _prompt default items {_options's item (1 + _default)}
        end tell
        if r is false then error number -128
        set _option to r's item 1's character 1 as integer
            0 = replace links with urls and kill the links discarding links text colour and underline style
            1 = replace links with urls and kill the links preserving links text attributes
            2 = replace links with urls and keep the links alive
        -- -- (2.1) invoke Contents/Resources/main.rb with _option argument
        set rbf to (path to resource "main.rb")'s POSIX path
        do shell script rbf's quoted form & " " & _option
        -- (3) paste the edited rtf to the current selection
        tell application "System Events"
            tell process "Numbers"
                set frontmost to true
                keystroke "v" using {command down}
            end tell
        end tell
    end script
    tell o to run
end _main
main.rb
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
# file
#    main.rb
# function
#    convert hyperlinks to urls in rtf data in clipboard
require 'osx/cocoa'
include OSX
def hyperlink_to_url_pboard(option=0)
    #    int option :
    #        0 = replace links with urls and kill the links discarding links text colour and underline style
    #        1 = replace links with urls and kill the links preserving links text attributes
    #        2 = replace links with urls and keep the links alive
    raise ArgumentError, "invalid option: #{option}" unless [0,1,2].include? option
    # get rtf data from clipboard
    pb = NSPasteboard.generalPasteboard
    data = pb.dataForType('public.rtf')
    # make mutable attributed string from rtf data
    docattr = OCObject.new
    mas = NSMutableAttributedString.alloc.objc_send(
        :initWithRTF, data,
        :documentAttributes, docattr)   
    # replace hyperlinks with url strings, optionally preserving or discarding existing attributes
    tr = NSMakeRange(0, mas.length)
    while tr.length > 0
        er = NSRange.new
        url = mas.objc_send(
            :attribute, NSLinkAttributeName,
            :atIndex, tr.location,
            :longestEffectiveRange, er,
            :inRange, tr)
        if url != nil
            if option <= 1
                # kill the link
                mas.objc_send(
                    :removeAttribute, NSLinkAttributeName,
                    :range, er)
            end
            if option == 0
                # remove foreground colour from link
                mas.objc_send(
                    :removeAttribute, NSForegroundColorAttributeName,
                    :range, er)
                # remove underline style from link
                mas.objc_send(
                    :removeAttribute, NSUnderlineStyleAttributeName,
                    :range, er)
            end
            # replace anchor text with url string
            href = url.absoluteString
            mas.objc_send(
                :replaceCharactersInRange, er,
                :withString, href)
            # adjust ranges in case href and anchor have different length
            delta = href.length - er.length
            er.length += delta
            tr.length += delta
        end
        tr = NSMakeRange(NSMaxRange(er), tr.length - er.length)
    end
    # clean up modified attributed string
    r = NSMakeRange(0, mas.length)
    mas.fixAttributesInRange(r)
    # make rtf data from mutable attributed string
    data = mas.objc_send(
        :RTFFromRange, r,
        :documentAttributes, docattr)
    # copy rtf data to the clipboard
    pb.objc_send(
        :declareTypes, ['public.rtf'],
        :owner, nil)
    pb.objc_send(
        :setData, data,
        :forType, 'public.rtf')
end
# main
option = ARGV[0].to_i
hyperlink_to_url_pboard(option)

Similar Messages

  • How do you remove credit card from apple store ios7

    How Do You Remove Credit Card From Apple Store With IOS7

    After establishing the Credit Card account (i.e. after you have made purchases), you can remove the credit card information by editing your payment info, choosing "None".
    Settings>iTunes and App Stores>Apple ID>View Apple ID>Sign-in>Payment Information

  • How do you remove credit card # from iTunes account

    How do you remove credit card # from iTunes account without entering a new one because added money to account from gift card?

    On your computer's iTunes you should be able to edit your payment info by going into the Store > View Account menu option and logging into your account, and on your account's details page there should be a payment link.  If you are doing it on your iPhone then try tapping on your id in Settings > iTunes & App Store and select 'View Apple ID' on the popup - that should also give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/kb/HT1918

  • How do you remove a web site from popular list?

    How do you remove a web site from popular list?

    luckyfromhialeah wrote:
    How do you remove a web site from popular list?
    If you mean from the Safari menubar item "Popular"
    Choose "Show All Bookmarks" from the Bookmark menu in the main menubar, or click the icon for that in Safari's menubar -
    The page that opens should show a list of Bookmarks. In the Left column, click the item under Collections named Bookmarks Bar.
    In the new view, locate the folder named Popular and click the reveal triagle to the left of its name - it will open and reveal all the items listed in Popular.
    Find the one you want to remove, click it once to select it, then press the Delete key on the keyboard.

  • How do you remove a web address from compatibility view option using a script?

    How do you remove a web address from compatibility view option in IE using a script or a GPO? 
    Not seeing any options.
    Casey
    This topic first appeared in the Spiceworks Community

    luckyfromhialeah wrote:
    How do you remove a web site from popular list?
    If you mean from the Safari menubar item "Popular"
    Choose "Show All Bookmarks" from the Bookmark menu in the main menubar, or click the icon for that in Safari's menubar -
    The page that opens should show a list of Bookmarks. In the Left column, click the item under Collections named Bookmarks Bar.
    In the new view, locate the folder named Popular and click the reveal triagle to the left of its name - it will open and reveal all the items listed in Popular.
    Find the one you want to remove, click it once to select it, then press the Delete key on the keyboard.

  • How do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full

    how do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full.. HELP!

    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.

  • How do you remove multiple email messages at one time

    I have a iphone 4 and today it started piling up over 4000 undeliverable messages for no apparent reason. I somehow managed to stop the process but I am left with over 4000 messages that I need to delete. How do you remove multiple email messages at one time. I can "mark" all the messages at once but I cannot find the move or delete button to trash the messages. Can some one help me out.
    Thanking you in advance.
    PL

    Just figured it out - I can select multiple messages as you suggested when I am not in full screen mode.
    So once I come out of full screen mode - then the multiple windows open.
    QED

  • How do you remove a credit card from your account?

    how do you remove a credit card from your account?

    Hello sammi094,
    The following article provides step-by-step instructions for changing your billing information.
    iTunes Store: Changing your payment information
    http://support.apple.com/kb/HT1918
    See what to do if None isn't showing or you can't select it.
    Cheers,
    Allen

  • How do you remove a picture from a theme?

    Hi all gurus.
    This must be the most silly question so far in the forum but I have to ask again: How do you remove a picture from a theme?
    I uploaded a background picture for the Masthead Function Area but now I want to remove it. Since the correspodning field is blank when you go into the editor you can't erase the picture's URL
    What you can do is to browse to, and choose, a new picture and then erase the URL in the field. The mentioned area is then actually emptied and the color set in the field "Background Color of Masthead Function" is shown.
    But, and here is the problem, when you save the theme the picture is back again! Isn't there the possibility to show the background color, for which there is a field, instead of a picture? Do I really have to upload a picture just containing the color I want to have??? If so, that must be one of the most stupid functionaliteis I have seen in the portal so far, indeed...
    I'm most grateful for every suggestion of how to solve this in a decent way and not the idiotic "replace picture with another picture" way.
    Best regards
    Benny

    Hi Raghu.
    Unfortunately it didn't help. Their solution with writing "none" in the field is only applicable for those objects where you have a field determening ways of showing the object. There you have the different behaviours like "repeat", "non-repeat" and "none" and there you can write it directly in the field.
    The field of which I am talking doesn't have these options and hence not "none". I still tried it though but it didn't work, the picture was back after saving the theme.
    Best regards
    Benny

  • How do you remove credit card information from your Apple ID

    How do you remove credit card information from your Apple ID.?  My dad was using my iTunes for awhile and he put his credit card on it and now, everything I want to buy something on the App Store or on iTunes, it asks for my dad's credit card information.  I want that taken off.  I just got some iTunes cards that I want to use but it won't let me

    Do you mean the App store? Both iTunes and the App store use what ever is set up on your appleID, be it credit card or iTunes card. Its the same account.

  • How do you remove facebook contacts from contact list in IOS 8?

    Got a new 6+ today and it loaded all my facebook contacts in my contact list. How do you remove them. In IOS7 you used to go to settings/facebook/groups in upper left corner and uncheck face book, but its not there in IOS 8

    Hey mmoore216,
    Great question! You can disable your Facebook contacts from syncing with your Contacts application in the following location:
    iOS: Using Facebook, Twitter, and other social network accounts
    http://support.apple.com/kb/HT5500
    Sync contacts and calendars
    iOS can sync your Facebook contacts and calendars with your device. This feature is off by default, but you can enable it in Settings > Facebook after adding your account.
    Thanks,
    Matt M.

  • How do you remove a folder from an itunes library once it's been added?

    How do you remove a folder from an itunes library once it's been added?

    When you delete the song, a menu will come up and ask you if you want to trash or keep the file. Select "keep file."   It will no longer be in your song list but it will remain on your harddrive. To add it back in use the --"add to library"--  command in the  drop down "File" Menu (you have to navigagte to where the song is stored on your hard drive and select it-- to add it back in.
    Re: it ended up in the wrong album
    If your songs are going in the wrong place go to the "Get Info" command and check the information under all the tabs (look at a song that's in the right album to see how it's listed) -- one or more of the boxes is incorrect or empty.  Just put  in the right information and close the info window. That should put it back in the right spot for you.

  • How do you remove your iPad from account

    How do you remove a iPad from you iCloud account after you sold it

    Full checklist here...
    What to do before selling or giving away your iPhone, iPad, or iPod touch
    Bigwill123 wrote:
    How do you remove a iPad from you iCloud account after you sold it
    Access iCloud.com on a computer... http://support.apple.com/kb/PH2702

  • How do you remove credit cards off your account

    how do you remove credit cards off your account.  I was told that I had too many credit cards on my account

    In iTunes, delete your current credit card and click on Done.
    Close iTunes.
    Go to store.apple.com.  Click on Account, then Account Home Page.
    Under Account Settings, click on "Change your default shipping or billing Info".
    Sign back in to your account if necessary.
    Edit the credit card on file.
    Open iTunes.
    The new credit card should be on file in iTunes.

  • How do you remove items from the assets panel that are duplicated?

    How do you remove items from the assets panel that are duplicated?

    If you add an item to a slideshow, you'll usually see 2 entries for that image in the assets panel - one represents the thumbnail, and the other represents the larger 'hero' image.
    It sounds like you may have added the same image to your slideshow twice. You can select one of the hero images or thumbnail images in your slideshow and use the delete key to remove it. Then the extra 2 entries in the assets panel should disappear.

Maybe you are looking for

  • HELP Trying to add a printable image to a pdf Acro Prof 6

    I've already spent 4 days too many on this project. I've been asked to take this pdf and create one identical for the company. It's a fillable form also so instead of trying to recreate everything from scratch I was able to edit the text and change o

  • How can i buy an unlocked iphone 5 in online shop?

    how can i buy online an unlocked iphone?

  • How to import a excel file into database?

    hi all, How can I import a excel file into database? What I need to do first? Thanks, Amy

  • TS1398 ipad disabled

    my ipad is asking for a "passCODE" not password after downloading i07 but will not accept my apple id,password or email address.my ipad is now disabled. help please donna

  • Nokia 1020 Update 8.1 Error

    The 8.1 update is available for my Lumia 1020. I have tried over 10 times to update now and keep getting errors. I have tried multiple times, powered off, reset the phone and also done a complete restore of the phone and nothing seems to work.  I am