Hyperlink to a single worksheet within an Excel file

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Hyperlink to a single worksheet within an Excel file

    :confused; How do I create a hyperlink to a particular worksheet within a mulit-worksheet Excel work book?
    cbcrocker Guest

  2. Similar Questions and Discussions

    1. Reading Cells in Excel Worksheet
      Users upload an excel spreadsheet and I then read the spreadsheet . I'm having trouble calling certain cells in the spreadsheet. Here is my code;...
    2. Reading Excel Worksheet
      I need some help on reading an Excel worksheet. A user uploads a Excel Worksheet and I want to be able to read a certain worksheet 'E1'. I then...
    3. Printing excel multi worksheet to 1 PDF
      I'm trying to print an excel file containing around 50 worksheets to PDF file using Acrobat version 5.0.5. The problem is that the print is divided...
    4. Create Excel worksheet by using web service
      I want to create a excel file by using web serivce. Can web service do that? and how? Thanks.
    5. Excel Worksheet to Form?
      Hey all I created a worksheet in Excel, and I'd like to make it into a form in Access. Is there a way to import it? Sullivan
  3. #2

    Default Re: Hyperlink to a single worksheet within an Excel file

    Add the excel sheet to your ftp then put a link like so
    [url]www.yourdomain.com/worksheetname.xls[/url]. If you excel file type is not xls just
    put the correct file type. When they click on the link a standard prompt should
    come up asking if they would like to download the file.

    NetZed Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139