Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
more info would help.
-- Don Guillett SalesAid Software Granite Shoals, TX "Joy Chen" wrote in message ... Hi, I like to write a micro that will select a range of cells based on a starting point/cell that I assign each time and perform repetitive data sorting for me from there. Any help would be appreciated. Thank you. Joy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have segments of data in my spreadsheet that contain similar
information and require to be organized in the similar fashion. It would be nice if I can write a macro so that each time I can sort a fixed size of range starting at the beginning of each segment. Thank you. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The way that works for me, which may not be the BEST way is: For the other
ranges I want to loop through, I select the starting cell of the following ranges, in code, one at a time: Example Range("A1").select. This would then make it the active cell . I would then loop down the range and perform whatever action I wanted..... "Joy Chen" wrote in message ... I have segments of data in my spreadsheet that contain similar information and require to be organized in the similar fashion. It would be nice if I can write a macro so that each time I can sort a fixed size of range starting at the beginning of each segment. Thank you. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can change range to select active rows instead of :=Range("S10 | Excel Discussion (Misc queries) | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
Run-Time error '1004' : Select method of Range class failed | Excel Discussion (Misc queries) | |||
Run-time error "1004" Select method of range class failed | Excel Discussion (Misc queries) | |||
Trying to select a specific range based on the time value of user form input | New Users to Excel |