Remove hyperlink list

Hy,
First, I'm french an please excuse me for the "bad" written...
So, I work under Word2004 for Mac.
I would like to erase the list of the hypertext links wich appears in the drop-down list when I go to this place :
Word/insertion/hyperlink/
then appears a white line, on the right there is a double arrow. When I click above, a list of old hypertext links appears. I want to remove all the links.
How can it be done ?
(I think that this list is preserved somewhere in safari or in a library of the system ?!
thank you for your invaluable help !
riri

Try http://www.officeformac.com/ProductForums/Word/

Similar Messages

  • 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)

  • Removing Hyperlinks from an Adobe Muse CC site

    Hello,
    I built this site in adobe Muse CC 2014
    NextGenFranchising.org
    It seems to be having some redirecting issues and directing to a ww3 site.
    In the Hyperlinks portion of the top menu within Muse, it still lists all of the hyperlinks. Is it possible to remove all of the hyperlinks listed in the site and replace or update them?
    Thank you for your help.
    Best wishes, David

    Ah, you want to delete not really the hyperlinks, but the linked files! That is quite easy!
    • Open the assets panel and click onto the "sort" icon.
    • Look for the category "upload". There you will find all your upload-files listed.
    • Clicking on one of these files activates the thrash icon.
    • Click onto the thrash icon and the file will no longer be uploaded.

  • How to remove hyperlink in Reports Region

    How to remove hyperlink in a Report region (Based on some filter condition)
    Example : In Report Region, I am getting value as 10, 20, 30, 0, 44, 55, 0
    In the above value, I need to remove the hyperlink for 0 values.
    Can anyone help me to resolve this issue.
    Thanks in advance.
    Regards
    Balaji S

    If you want a link column for values other than 0 and a blank for those with 0 then the best way to do this is to use a case or a decode to return a LINK image or text to a hidden column; I usually return the Edit icon only. You can then use the 'column link' region on a different column to create a link in the usual way and set the Link Text to the hidden column (e.g. #EDIT# in the example below). If you have set the target page to require a Checksum this will then be added without having to code it into your sql. E.g.
    SELECT some_columns, 
      CASE WHEN numcol != 0 THEN '<img src="#IMAGE_PREFIX#e2.gif" alt="">'
      ELSE null
      END "EDIT"
    FROM your_tableIf you want the same column value, but those of 0 to not have a link and those other than 0 to have a link then you need to code the link into your sql. e.g.
    SELECT some_columns, 
      DECODE (numcol,0,numcol,'<a href="f?p=&APP_ID.:11:&SESSION.::&DEBUG.:11::">'||numcol||'</a>') "EDIT"
    FROM your_table# = your URL e.g f?p=&APP_ID.:11:&SESSION.::&DEBUG.:11::
    If you require a checksum on the link you need to add the apex_util.prepare_url function to the URL.
    Cheers
    Shunt

  • How to remove hyperlinks in a word document

    how to remove hyperlinks in a word document

    Go to your "Insert" drop down menu.
    Select "Hyperlink", near or at bottom.
    You will get this dialog box:
    Look at the lower left corner... see the button "Remove Link"?
    Click on it...and hit the "OK" button in the lower right...
    Since this was a Word question, and not a Mac Pro question, it would have been better to post it here http://www.msofficeforums.com/word/

  • HT3275 Time machine at home and it will not allow me to remove the listing of my external hard drive from the excluded files list.

    Please help guys, I have a Time machine at home and it will not allow me to remove the listing of my external hard drive from the excluded files list.
    I am trying to use time machine to back up the hard drive. For backing up from Macbooik pro and Imac, there is no problem. It seems to not want to allow the external drive to be removed from the Excluded list and as such will not back up from it.
    Is there a way to be able to transfer files (music, movies etc) to time machine, format the external drive then put the files back to hard drive?
    Sorry it is a long winded question but it is driving me nuts that I cant sort this out.
    The <Macbook and Imac are both running mountain lion.
    Thanks Guys

    As for the hard drive to which you have never been able to write, is it by any chance in NTFS format? OS X can read NTFS for importing files, but it does not contain code for writing on an NTFS volume. That's a choice, not a bug.
    There is third-party software available to install NTFS-writing capability into OS X. An example is Paragon NTFS for Mac OS X. Another alternative would be to use a disk format that both Macs and Windows systems can use for both reading and writing; this would require either a new drive or erase the existing data.
    If by "the new system software" you mean OS X 10.9 Mavericks, you may want to repost that portion of your query in the Mavericks forum at https://discussions.apple.com/community/mac_os/os_x_mavericks . I haven't made the leap yet.
    I don't know what other problems you have been having, so I cannot comment on them. You don't seem to have any other recent postings on these forums.

  • Mozilla 5.0 did not finish install. not in listed in remove programs list to uninstall. How do I find it to uninstall as it will not let me reinstall previous version and i now have no internet access?

    i installed service pack 3(windows) My system is a dell desktop running XP. Then when done a message popped up and said receommended to install yahoo firefox version 5.X. Install of firefox did not finish apparently now I have not access to internet and cannot reinstall it as it thinks the previuos install is not completed and keeps telling me to reboot which I have done a billion times. It is not listed in add/remove programs list to remove it /uninstall it. Where /how to I undo the partial install? Thank you. Trish

    You do not need the Yahoo Firefox version.
    You can find all Firefox 5 versions here:
    *Firefox 5.0.x: http://www.mozilla.com/en-US/firefox/all.html

  • In the Firefox Downloads dialog box, does the option "Remove from List" mean that the selected download will be deleted? (I want to delete it.)

    I am using Windows XP Professional, Version 2002, Service Pack 3, on a Dell_GX620. I went to the Addictedtoradio.com website that I had used on my Samsung phone yesterday for the first time. I was able to play 1980's music on the phone without any special adaptations to the phone. I tried to do the same on my home computer. I went to the website but when I tried to access the music, it directed me to download a file, Xvidinstall.exe, and I did that. It is described as 382 kb - totalvidplayer.com. I am using AVG Anti-virus free edition that is supposed to protect my computer when web browsing. However, once I had downloaded the file, I got the standard Windows message that it is an executable file that might contain viruses that could harm my computer. At this point I began to wish that I had not downloaded it, I don't want to take the risk. I'll get my music another way. I have not opened the download but I assume it is now on my computer and I want to get rid of it, without opening it. When I right-click on this file (in the Firefox downloads list), one of the options is "Remove from list". There is no "Delete" option. If I remove it from the list, will it be deleted? Or will it still be present on my computer but just not shown in the list? I would like to remove it from my computer because it might contain viruses. How can I be certain to remove it safely?

    The remove from list just removed it from Firefox's download list, the file will still be on your computer. You'll have to find wherever you download the file to on your PC (right click it in Firefox's download manager and click "Open Containing folder") and delete it there to remove it from your computer.

  • How to remove Java Applications from "Add and Remove Programs" list?

    I have deployed my Java applications (both JWS and Applet) via JNLP with allow-offline option enabled and without installer-desc option specified.
    My questions are:
    1. An entry is added to the Add and Remove Programs list after launching the application via JNLP. Is it due to the specification of JNLP or JWS? Is there anyway to prevent this behavior?
    2. I removed my application by clearing the cache via Java Control Panel but the entry for the application is still listed in Add and Remove Programs. How can I remove the entry in the Add and Remove Programs?
    I have tried following methods but neither works:
    1.Go to Add and Remove Programs, and click [remove] button to the right of my application.
    *Warning message like 'Application cannot be uninstalled completely' is thrown.
    2.Follow instructions listed @ [Microsoft Online Support site|http://support.microsoft.com/kb/314481/en-us] to remove my application manually via Windows registry.
    *Couldn't find appropriate registry entry to delete.
    Thanks in advance!

    Hi, guys!
    This issue has been officially approved as a new bug (Bug Id: 6946221) for the JDK 1.6_20(might include any release below) release.
    It will take a couple of days for it to be shown up in the external Bug database. However, once it becomes available for viewing on external Bug database.I would like to encourage your valuable participation to vote on this bug to get it fixed ASAP by the SUN developer teams.
    Java Bug Database @
    [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6946221]
    Voting for the bug @
    [http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221|http://bugs.sun.com/bugdatabase/addVote.do?bug_id=6946221]
    Thank you for your cooperation!
    Edited by: Jay-K on Apr 23, 2010 12:14 AM

  • How to remove a list from a page ?

    I added a list to a page and then later decided it would be easier to add the list to page 0. Now I can't find how to remove the list from the page.
    Edited by: Rene W. on Oct 6, 2008 1:52 AM

    Ok sorry I understood you wrong then.
    I tried to recontruct your problem and did the following things.
    1. Created a new list in: Home>Application Builder>Application 305>Shared Components>Lists>Create / Edit List
    2. Created a new region on page 2: Home>Application Builder>Application 305>Page 2>Create Region Type: List, Name:"test1"
    3. Created a new region on page 1: Home>Application Builder>Application 305>Page 1>Create Region Type: List, Name: "test2"
    4. Deleted region "test1" on page 2
    5. List and region still survived on page 1. :D
    Tobias

  • Custom icon in Windows Add/Remove Programs list

    Hi all,
    I am developing a software with Labview 2011/2012.
    When I am creating an installer for my application I am configuring icon section and I can see my icon in windows All programs section.
    And I want to see this icon also in windows Control Panel/Programs and Features section. In the list of installed applications my application is without an icon I have specified.
    Anybody faced with this issue? Have any idea how to figure out this?
    I have also found some thread about this, but I am wondering if some new experience available since this post.
    https://forums.ni.com/t5/LabVIEW/Generic-icon-in-Add-Remove-Programs-list/td-p/1241508
    Thanks in advance
    Attachments:
    LV.jpg ‏73 KB

    Yeah, I can't seem to come up with any other way.
    But for the product ID try these steps.
    To determine the value of ProductID:
    Open the setup.ini file that was created with the installer.
    Near the bottom, in the install.msi section, there is a key called ProductId.
    The value of ProductId should be substituted in the registry key chain listed above.
    Daniel P.

  • Removed from list of loadable targets not loadable

    Hi Gurus,
    I am working on BI NW 2004's.
    <b>Error Message</b>: 1)DataTarget "HRPA_C01"removed from list of loadable targets,not loadable.
    2)DataTarget "HRPA_C01" is Transactional and is on 'Planing mode'.
    I had a cube (0PA_C01) for this it has 2 Infosouce (0HR_PA_1,0HR_PA_0)
    when i load data through info pack it is showing that (HRPA_C01) is remove from the list loadable target.
    But HRPA_C01 is another cube for this UpdateRules are (0HR_PA_1,0HR_PA_0), HRPA_C01 cube is not appearing in datatarget list in Info package.where this target is missing?
    What is the solution for this Error.
    Thanks in advance.

    Hi Raju,
    Go into the context menu for your cube in the RSA1 view.
    Choose "Switch real-time infocube". Put the setting to "Real-Time InfoCube Can Be Loaded with Data; Planning Not Allowed".
    Are you sure you want to use a real-time infocube for
    HR personel data loading ?
    Please assign points for usefull answers!
    Regards,
    Olav

  • 'ODS' removed from list of loadable targets

    Hello Gurus,
    After transporting to Test system.
    I deleted data from Cube and loading from PSA.
    Error
    Data target 'ODS' removed from list of loadable targets; not loadable        @35@
    Help me gurus.

    I dont see any reason for the Scheduling to error if ODS is not existing at all in the system.
    Is that an error or a warning ?
    When you Start the job does it terminate it erroring ?
    Just try clicking on <b>F6</b> / Monitor after it errors or warns.
    Do you have data in PSA ?

  • How do i delete hyperlink from hyperlink list?

    Hi.
    When creating anchors and hyperlinks, there is a list of hyperlinks. How do I delete one of the hyperlinks from the hyperlink list?
    For example, in the image below, I wish to delete the item "Wine List".
    Can this be done?
    Thanks.

    Hi
    Unfortunately this is not possible. Muse will list all the pages and anchors in this list and there is no way to delete/hide these links.

  • Data target '0BBP_PO' removed from list of loadable targets; not loadable

    We have implemented the Business Content for Logistics and when we run the InfoPackage (IP) we have this message : Data target '0BBP_PO' removed from list of loadable targets; not loadable. We have Support Package 19 of BI 7.04 . The Data Target 0BBP_PO is not among the Data Targets of the IP, of course and none in the BW but why the IP takes it into account.
    Many Thanks
    Best Regards
    Amadeus

    Hi,
    This should solve your problem
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=925304
    Also check this thread
    'ODS' removed from list of loadable targets
    Thanks and regards,
    Srinath.

Maybe you are looking for

  • Time Capsule after new hard drive installed.

    I am new to this and consider myself a novice Mac person. I just installed a 500gb Seagate hard drive and reinstalled my MAC OS on my Macbook. I restored my old info onto the new hard-drive. Do I need to reset the time capsule to do back-ups? Will it

  • Help required  regarding ObjectValueSelector

    Hi all, I have a requirement like this, in my View I have 2 DropDownByKeys  and 1 input field. The inputfield should be empty and the 2 DropDoenByKeys shud be populated with the data from backend, when I click on save button, the data shud be saved i

  • My TC won't startup with ethernet cables connected.

    It will start up fine w/out ethernet cables, but with ethernet, it won't startup.  I have two wired connections, my thunderbolt display/mbp and my cannon printer. It will sit with amber light solid. When I disconnect the two ethernet cables, it will

  • RAR 5.3 SP13: Header screen within a frame set

    Hi all, After we applied SP13 for RAR some weeks ago we got the RAR screen divided in two frames: one for the header and other for the main screen. We opened an OSS Message and SAP confirmed us that is a matter of our IE browser settings. Has anyone

  • Using UK bought Macbook in Australia

    I am off to Australia for a couple of months and I need to know whether I need to buy a separate power adapter to charge it or can I buy a new square power adaptor out there which will work. In essence, is it the power plug that is the only thing tha