Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Don't use select. Code: -------------------- Private Sub ComboBox1_Change() Application.ScreenUpdating = False Sheets("Proceso").Range("ListaMejorOpcion").Sort Key1:=Range("P25"), Order1:=xlAscending, Header:=xlNo, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom Application.ScreenUpdating = True End Sub -------------------- -- Norie ------------------------------------------------------------------------ Norie's Profile: http://www.excelforum.com/member.php...o&userid=19362 View this thread: http://www.excelforum.com/showthread...hreadid=374156 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
diferent names | Excel Worksheet Functions | |||
Place a button on a worksheet and assign a macro to it? | New Users to Excel | |||
Place a Bottom Border in a Table via a Macro | Excel Discussion (Misc queries) | |||
How do I create a macro button and place anywhere on my sheet? | Excel Discussion (Misc queries) | |||
Place code in a new workbook with a macro. | Excel Programming |