Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I am wondering if there is a way to set up a column label as a hyperlink, and when that label is clicked, the table sorts by that label. Any suggestions? Thanks in advance. AEROTJK |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't think a hyperlink alone will be able to sort your data.
You could assign a macro to hidden rectangles in the header rows. The macro would unprotect the sheet (if required), sort by that column and reprotect the sheet (if required). If you like that idea, you could start at Debra Dalgleish's site: http://www.contextures.com/xlSort02.html AEROTJK wrote: Hello, I am wondering if there is a way to set up a column label as a hyperlink, and when that label is clicked, the table sorts by that label. Any suggestions? Thanks in advance. AEROTJK -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would use an Event macro such as double-click
http://www.mvps.org/dmcritchie/excel/event.htm -- HTH, David McRitchie, Microsoft MVP -- Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm "Dave Peterson" wrote in message ... I don't think a hyperlink alone will be able to sort your data. You could assign a macro to hidden rectangles in the header rows. The macro would unprotect the sheet (if required), sort by that column and reprotect the sheet (if required). If you like that idea, you could start at Debra Dalgleish's site: http://www.contextures.com/xlSort02.html AEROTJK wrote: Hello, I am wondering if there is a way to set up a column label as a hyperlink, and when that label is clicked, the table sorts by that label. Any suggestions? Thanks in advance. AEROTJK -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Macro to insert a hyperlink and then sort ... | Excel Discussion (Misc queries) | |||
Getting a hyperlink to follow a sort | Excel Discussion (Misc queries) | |||
sort excel spreadsheet with hyperlink | Excel Discussion (Misc queries) | |||
How do I get a hyperlink (entire row) to data sort alphabetically | Excel Worksheet Functions | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) |