Hyperlinks from Excel 2010 to external programm

Hello!
I have Microsoft Office 2010.
I am interested in addition hyperlinks to pivot table in Excel, which can mouve to the external web application (Global Specification System - the system of documentation management).
1. How can I add hyperlinks to pivot table?
2. When I add hyperlink to ordinary Excel table (to the certain document), the hyperlink mouves me not to the certain document, but to the start page.
Please let me know if you have any ideas how to realize this.

We cannot add hyperlinks to pivot Table directly, but we can use some VBA code to create fake hyperlinks in a pivot table,refer to the link below to learn how to get it work:
http://www.pivot-table.com/2013/11/06/create-fake-hyperlinks-in-excel-pivot-table/
On your second question, if your hyperlink works fine in browser, please see :
http://social.technet.microsoft.com/Forums/en-US/512fd9c4-1880-4db7-9959-97510bdd91d1/hyperlink-question?forum=excel
Please let me know if I misunderstood you.

Similar Messages

  • Calling DDE from Excel 2010 crashing on Win 8.1 VM

    Trying to use DDE to connect Excel to an external application (Vensim DSS) on a windows 8.1 virtual machine (VM) which seems to hang Excel (specifically when you call DDEInitiate). I have no problems with the same VBA script (code reproduced below if needed)
    on a standard PC with windows 8.1 and Vensim DSS. Also a previous incarnation with windows 7 VM and Vensim worked with no problem. Does anybody have ideas what is different on a win 8.1 VM or some process that I need to ensure is running on the VM for DDE
    to work?
    I have tried with Excel 2003, Excel 2007 and Excel 2010 and all experience the same issue of hanging when calling the DDEInitiate function. 
    Many thanks in advance,
    Dave
    Option Explicit
    Dim DDE_channel As Integer
    Function StartupDDE() As Boolean
        Dim blnIsRunning As Boolean
        On Error GoTo Err_Handler
        blnIsRunning = VensimRunningCheck
        'Check to see if Channel Number has already been assigned
        If Not DDE_channel > 0 Or blnIsRunning = False Then
            'Channel not assigned - check to see if Vensim running
            If blnIsRunning = False Then
                'Vensim not running - try to open
                Dim RetVal
                RetVal = Shell("C:\Program Files (x86)\Vensim\Vensim.exe", vbMaximizedFocus)
                AppActivate "Microsoft Excel"
                Excel.Application.Visible = True
            End If
            'Connect to Vensim
            DDE_channel = Application.DDEInitiate("VENSIM", "System")
        End If
        StartupDDE = True
        Exit Function
    Err_Handler:
        MsgBox "There was an error trying to connect to Vensim.  Please close and reopen Vensim manually", vbExclamation
    + vbOKOnly, "Vensim Connect Error"
        StartupDDE = False
    End Function

    Hi,
    As far as I know, the DDE is a very old technology, I recommend we try to use the Access object model instead of DDE.
    http://msdn.microsoft.com/en-us/library/office/ff192120(v=office.15).aspx
    If you have any further question about debugging code, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • SmartView 11.1.2.2.000 - SmartView tab disappears from Excel 2010

    We are using SmartView 11.2.2.2.000 with Excel 2010.  The SmartView tab frequently disappears from the Excel menu, especially for one particular user.  Each time I walk him thru re-enabling it.  This user's files are usually multiple sheets.  Anyone know why this keeps happening and is there a permanent way to fix it?
    Thanks.
    Terri T.

    Check this article in MOS:
    Smart View Installs Successfully on Windows 7 with Office 2010 32 Bit but Fails to Load on Excel Startup (Doc ID 1364765.1)

  • What's wrong with my hyperlinks from Excel?

    I'm creating a table of documents in Excel 2010, with hyperlinks in cells to the documents. I need to keep the documents as read-only, so I've pdf'd them, but now opening each one takes about 2 minutes. During the process I receive the message: 'Microsoft Excel is waiting for another application to complete and OLE action' - three times!
    If I open Adobe Reader first, then click on the links, I get the message: 'There was an error reading this document. The file cannot be found' - but thirty seconds later the document opens.
    Word and PowerPoint versions of the documents open much quicker, without error messages. Anyone got any idea what's going wrong?
    The files are on the same drive as the spreadsheet. Adobe Reader is version 10.

    Hello there,
    I'm sorry to hear you're having trouble. Unfortunately, you're in the forum for Acrobat.com (www.acrobat.com), and we can't help with questions about Adobe Reader. Please post your questions to the Adobe Reader forum to get help with that product:
    http://forums.adobe.com/community/adobe_reader_forums/adobe_reader
    Good luck!
    Rebecca

  • Using Acrobat X and creating a PDF File from EXCEL 2010, I notice that the Pagination restarts at 1 for each Worksheet included in the PDF.

    I use Acrobat X Standard and created a PDF file from two or more worksheets using EXCEL 2010.
    The resulting PDF file restarts the PAGE # (In header/footer settings of Excel) at 1 for each worksheet.
    However, a colleague of mine who has Acrobat X Pro version, using EXCEL 2010 and same exact file does the same task, he gets a file that starts at page 1 and second worksheet continues the page # from the last page of the First worksheet.
    We both are using the ACROBAT menu (not the print to Adobe printer) to create the file so that we can get Bookmarks included in the resulting file for each worksheet.
    We cannot figure out any option in Acrobat's preferences that controls the pagination on either of these versions of Acrobat.
    So is this just a feature that works one way in Standard version and another way in the Pro version, and the user has no control over it?

    This is so sad. I read your comments and I said, "Huh?" Haha!
    I tried the indexed color option and it did make the final file smaller. Around 600KB. But there's probably another way to make it even smaller like the gazillion-paged pdf file that I mentioned that was only about 300KB.
    And by saying a layout program, does that mean like Adobe InDesign? Does that mean that I should just make my graphics in Photoshop and then import using another program and finish the file there?
    What other layout programs can I use?
    Thank you so much!

  • ORA-12154 error when trying to connect to Oracle 11g DB from Excel 2010

    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?

    user10832104 wrote:
    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?
    If you are able to connect with sqlplus, then this really becomes a question of how to define a data connection in Excel.
    But after quickly googling ..
    In excel ...
    "Data" tab
    "from other sources"
    "from data connection wizard"
    select ODBC DSN
    On data link properties, select the "connection" tab
    select "Use Data Source Name" and hit the drop-down
    select a dsn that you had previously set up to point to the oracle database.
    Anyway, that looks like how it is supposed to be done.  I'm getting a dll initialization error.  Probably due to the fact I have both 32-bit and 64-bit oracle clients, and windows never handles that very gracefully.  But then Windows never graceffully handles anything that isn't MicroSoft.   To paraphrase Forest Gump, "My momma always said Windows was like a box of chocolates.  You never know what you're going to get."
    In any event, the error you report means it was actually tying to look it up in tnsnames, but what you supplied wasn't found there.  That can also be a big issue when dealing with MS products, because they don't use the same terminology, so lead people into entering something other than what Oracle expects.  Are you referencing an ODBC DSN?  If so, have you tested that apart from Excel?

  • How to keep hyperlink from excel to PDF?

    I have some Hyperlinks in excel, and when i convert to PDF, they dont work.
    I already installed the Adobe Acrobat PRO XI (Trial version)
    How can i do this?
    tks

    Step 1. Install PDF Editor
    1) Download PDF Editor and install this software by double clicking the exe file. During the installation, please follow installation message and choose the right option according to your needs.
    2) Once the installation finishes, there will be an icon on the desktop. Please launch this software by double clicking the icon.
    Step 2. Remove Hyperlinks from PDF
    1) The following snapshot is from the software interface. Please click option Open to add PDF file to software interface. Or you can simply drag PDF file to software interface.
    2) Please find option Edit Link then click it. The mouse will turn to cross. Please drag area around the picture which will lead you to website.
    3) Then there will be red rectangle frame around it. Right click the red frame and choose Property in the dropdown list. Then you will see the dialogue box like I showed in the left named Link Properties. Here you can set link actions, like open a page in a document, open a file or open a website file. Those options are useful when you need to add hyperlinks. Meanwhile it is helpful when you need to remove hyperlinks.
    4) If there is link on the image, the link will be shown on the Property tab. Please simply remove it here and then click button OK to back to the main interface.
    5) By this way, the link will be removed successfully.

  • How to import more than 2k items from Excel(2010) to SharePoint 2010 List?

    Hi,
    I am getting error while importing more than 2k items from Excel to SharePoint List.
    Need solution!!

    Hi.
    Try to use the Import Spreadsheet list template to import your data.
    http://www.dummies.com/how-to/content/import-a-spreadsheet-as-a-list-in-sharepoint-2010.html
    Regards,
    Bubu
    http://zsvipullo.blogspot.it
    Please mark my answer if it helped you, I would greatly appreciate it.

  • Excel 2013: Lost VBA Code From Excel 2010

    Just upgraded from Office 2010 to Office 2013.
    Tried to open several of my Excel spreadsheets created in 2010 with Excel 2013. I have spreadsheets that have VBA to perform several functions and routines.
    None of the .xlsm spreadsheets from 2010 work in 2013. I get the following messages:
    "The Visual Basic for Applications (VBA) macros in this workbook are corrupted and have been deleted. The macro corruption most likely exists in the current file. To recover the macros, open a backup copy of this file if you have one."
    OR ...
    "We found a problem with some content in '*******.xlsm'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes."
    Clicking Yes does not help. It removes or tries to fix the issue. Under the developer tab, the "Visual Basic" and "Macros" button is disabled.
    I tried 3 of my different workbooks. They all get the same error. I went back to an Office 2010 installation and all the workbooks open file - without error, and the code executes.
    Advice?

    I'm getting the same problem, but with Excel 2010.
    I've created a workbook with macros in Excel 2010 and couldn't run it in two computers with office 2010. The same problem as above occurs:
    "The Visual Basic for Applications (VBA) macros in this workbook are corrupted and have been deleted. The macro corruption
    most likely exists in the current file. To recover the macros, open a backup copy of this file if you have one."
    This problem happened with other 2 workbooks with macro. It's curious too that another workbook with macro created by
    me is working on these two computers without errors. And, of course, all of the workbooks mentioned works well in the other computers. This problem started when I downgrade the office os this two computers from 2013 to 2010.
    None of the solutions proposed above has worked.
    Any ideas?
    Thanks in advance!

  • Hyperlink from Excel to Beehive Online

    I created an excel navigator with some links from Excel to Beehive online a few months ago.
    It has stopped workiing in the meantime, even though I know I have not made any changes to my links. This is not just happening on my PC, it is occurring on at least 2 other PC's that I am aware of.
    Can anyone advise me?

    Hi,
    The BeehiveOnline system has been regularly upgraded over the last few months - the change from 1.5 to 2.0 would have changed the workspaces URL to teamcollab - maybe that has broken the link. Why not start again and replace the links with the correct ones from the current system?
    Do the links work in a browser and not in excel?
    Phil

  • Hyperlinks from Excel to PDF

    Hi,
    I'm using Excel 2003 Pro. In a spreadsheet, I have a list that is distributed to a domain on a weekly basis as a PDF file. The Spreadsheet contains Hyperlinks linking to URL's. I'm using Acrobat 7.0 Standard. When I create the PDF-file from my Excel-sheet all the links disappear...?
    Is there a way to keep the links from my Excel-sheet in a PDF-file...?
    Thanks in advance
    Michael
    PS: Using link tool and edit links directly in PDF is not an option!!

    well, the truth is, it doesnt work in ANY cases!!!
    I mean, you can try it out as I did: open a new excel file, write click on it! in the first cell and make a hyperlink to a document or whatsoever.
    It works perfectly in Excel but after the conversion, all i got was "click on it!" without any hyperlink!!!
    :S

  • Hyperlinks from Outlook 2010 don't work anymore (Firefox is my default browser)

    Since I installed IE 9 I can't use Hyperlinks in Outlook anylonger (Firefox remains my default browser!). I tried already
    a) set IE 9 default (Hyperlinks works) and switch back to Firefox (Error message and Hyperlinks don't work)
    b) "Start" + R with any link doesn't work either c) delete in the registry HKCU\SOFTWARE\Classes\FirefoxURL\ & HKCU\SOFTWARE\Classes\FirefoxHTML\
    c) Updated Firefox to Version 4 and things are even worse (Firefox crashes now)
    But nothing works, can someone help me?

    Is it using yahoo as its search engine, or switching to yahoo's browser. If it is using yahoo as its search engine, you can change that in settings>options>search and at the top it will show you a button that you can click to choose your default search engine.
    Have a great day!!
    -Jon

  • How can I hyperlink from FM to an external document and make the links work in PDF-XChange Viewer?

    A couple of months ago some of you kindly taught me how to insert links to an external document in FrameMaker. The syntax that made all the difference, was the following:
    message openfile "H:/folder name/to/your/file.ext"
    I converted my FrameMaker file to PDF format using Acrobat Distiller, and everything worked like a charm when the users opened the resulting PDF document in Acrobat Reader.
    Much to my frustration, someone has now decided that the organisation should use PDF-XChange Viewer instead of Acrobat Reader, and my links don't work anymore... Nothing happens when you click on them. (This only applies to links to external documents. Links to e.g. websites work nicely.)
    Has anybody got any idea what I could do to make the links work in PDF-Xchange Viewer as well? Or am I trying to do the impossible now?
    Best regards
    Jorunn

    Jorunn H wrote:
    A couple of months ago some of you kindly taught me how to insert links to an external document in FrameMaker. The syntax that made all the difference, was the following:
    message openfile "H:/folder name/to/your/file.ext"
    I converted my FrameMaker file to PDF format using Acrobat Distiller, and everything worked like a charm when the users opened the resulting PDF document in Acrobat Reader.
    Much to my frustration, someone has now decided that the organisation should use PDF-XChange Viewer instead of Acrobat Reader, and my links don't work anymore... Nothing happens when you click on them. (This only applies to links to external documents. Links to e.g. websites work nicely.)
    Has anybody got any idea what I could do to make the links work in PDF-Xchange Viewer as well? Or am I trying to do the impossible now?
    Best regards
    Jorunn
    Have you tried contacting the PDF-Xchange company's technical support? What results?
    Regards,
    Peter Gold
    KnowHow ProServices

  • Unable to create PDF files from Excel 2010 x64

    I am currently having problems with the Excel PDF plugin that comes with Acrobat XI Pro 11.0.7.  Whenever I try to click on "Create PDF" or "Preferences" (or any of the buttons for that matter), I get the following error dialogue:
    The Acrobat plugin for Word functions perfectly, only Excel gives me problems.  I've already tried repairing Office & Acrobat as well as doing a complete uninstall/reinstall.  Has anyone come across this issue before?  It should also be noted that the account I am using has full administrator privileges.

    Firefox Support - I even create a Firefox account just to agree with [email protected] I appreciate the word "Thank you for being awesome!" when I registered the account and I certainly do hope you all guys being awesome to. Please do something with all this Firefox update - add-on plugin no longer support thingy. Firefox still awesome, it's just that I can't do much wit it anymore like I used to do. Ohh yayy theres Safari..

  • Unable to read data in Excel 2010/2013 from encrypted Access 2010/2013 database

    A customer has an Access database (.accdb), which was encrypted/given a database password in Access 2013. It should be possible to read that data from Excel 2010/2013, but when clicking on Data-->From Access
    and the correct path is put in and the correct database password has been entered, Excel just keeps prompting for the database password. This happens with both Excel 2010 and 2013.
    The database password supplied is correct as evidenced by opening the database in Access 2013 using the same database password.
    A colleague in a separate company has found that a separate .accdb file he has recently encrypted also has the same problem as above, yet a .accdb file encrypted ages ago
    is readable from Excel.
    How do I get Excel 2010/2013 to read the data from the encrypted .accdb file, please?

    Since Access 2010 the encryption algorithm has changed:
    Source
    Follow the next steps to apply an encryption method that will allow you to (programmatically) connect to the database:
    1. Decrypt the database
    2. Change the encryption method:
        - In Access Options select 'Client Settings'
        - Scroll down to section 'Advanced'
        - 'Encryption Method': select option 'Use legacy encryption (..'
        - Click 'OK'
    3. Encrypt the database
    Hope this helps.
    Emiel Nijhuis

Maybe you are looking for

  • Can I use Safari 4.0.4 on OS 10.5.7?  I know it's the wrong board!!!

    This is frustrating enough as it is, the minute Safari no longer works, the Safari board HERE no longer works (that, or my Firefox is a disaster). I can't stand using anything other than Safari, it's the only browser that's fast... but mine no longer

  • ALV_Calculations_Multiplying fields

    Hi experts, Im new to SAP and am having some problems with alv reports. Im trying to multiply these values(ekko-menge & calp-vkpne) in order to get a total value e.g. 1: ekko-menge * calp-vkpne                             Total 2: ekko-menge * calp-v

  • Can I rename a work center?

    Hi, We have a client requirement to rename 'Opportunities' work center as 'Non Trade Opportunities'. Can we achieve this through PDI or Adapt mode? If we rename the work center then 'Opportunities' should be replaced with 'Non Trade Opportunities' ev

  • Com.sun.jndi.ldap

    Hi, Is anyone familiar with JNDI LDAP automatic discovery codes env.put(Context.PROVIDER_URL,     ldap:///o=JNDITutorial,dc=example,dc=com); It seems that by using DNS that associate with multiple domain controllers, it would lock out user account if

  • Problems setting up multiple exchange accounts with same user name

    Hello, I have two email addresses on the same exchange server at work that I would like to configure on my iPhone4 running iOS 4.3.3. I can setup the first email just fine but when I set up the second email iOS tells me " Cannot Create Account: An id