Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have data in cells D1:J4. The data in these cells are also hyperlinked to
various cells on the worksheet. As changes are made on another worksheet the data in cells D1:J4 change respectivley. How do I sort set the sheet to auto sort the data in ascending order from left to right D1:J1, then D2:J2, ... when clicking on the worksheet tab? I am already using the following code below to have the hyperlinked cell appear at the top of the page when the hyperlink is clicked on. --- Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink) ActiveWindow.ScrollRow = ActiveCell.Row End Sub ---- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SORT RIGHT-TO-LEFT IN EXCEL | Excel Worksheet Functions | |||
sort from right to left in excel | Excel Discussion (Misc queries) | |||
Sort Left to Right not working | Excel Discussion (Misc queries) | |||
Sort Left to Right | Excel Discussion (Misc queries) | |||
Sort data from Left to Right | Excel Discussion (Misc queries) |