Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to sort a bunch of values to ascending order. So i used t store the values in the HiddenSheet (Sheet1). I am using this code Sheet1.Range("A13:A35").Select Selection.Sort Key1:=Range("A13"), Order1:=xlAscending Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom The sorting is not working in the hidden sheet why? But the sorting is working if in current sheet Range("A13:A35").Select Selection.Sort Key1:=Range("A13"), Order1:=xlAscending Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom Is there any other way to acheived this. PLease do reply me soon Thanks Venkatesh -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trouble with lookup in a range of cells. | Excel Worksheet Functions | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Time Sheet for my org Im still having trouble | Excel Discussion (Misc queries) | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming | |||
Problem pasting a row from a hidden sheet to the first free row on another visible sheet | Excel Programming |