Results 1 to 4 of 4

Thread: Creating Links to another application object

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2010
    Posts
    2

    Creating Links to another application object

    Hey guys first post. I'm a VB newbie so bare with me if this is a stupid question.

    I am building reports from Remedy (ticketing application and database) into Excel Spreadsheets that contain pivot tables. I have a LOT of data and want to make it easeir for people viewing these by creating the ability to open Help Desk Case numbers (HDC's) that are referenced in my spreadsheet to the actual Remedy application. It should be a pretty basic function as if I create a file with the extension of ".artask" and input this code..
    Code:
    [Shortcut]
    Name = HPD: HelpDesk
    Type = 0
    Server = remedyprd
    Ticket = HD0000001006530
    Then it will open HD0000001006530 in Remedy. I want an easy way to do this in excel as I have a whole column of HDC's.

    So basically I need to know how to make Excel open what looks like a link in a cell to Remedy with a variable that is equal to the corresponding HDC# for that given cell.

    Ideas?

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Creating Links to another application object

    i believe excel hyperlinks would be suitable for what you want to do
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2010
    Posts
    2

    Re: Creating Links to another application object

    And how exactly would I hyperlink to another application? Keep in mind this is hundreds of thousands of cell with HDC's in them so it needs to work for the whole spreadsheet.

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: Creating Links to another application object

    you can try recording a macro of creating one hyperlink from the appropriate cells, to generate some sample code, (make sure it works correctly), you can then make a loop to work down the page inserting all the hyperlinks
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width