Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a simple macro (below) that invokes the advanced filter criteria
but it fails to refresh if the user is still "in" the filed wher criteria is being input. How can I ensure that the data entry field has had an ENTER or TA pressed before the rest of the macro runs. Thanks, Simon Sub mh_apply_filter() ' ' mh_apply_filter Macro ' To allow refresh of the filtering. Macro recorded 27/02/2004 b administrator ' ' Range("F10").Select Range("A10:AB210").AdvancedFilter Action:=xlFilterInPlace CriteriaRange:= _ Range("C7:C8"), Unique:=False End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When enter key is pressed, cursor does not move to next cell in Ex | Excel Discussion (Misc queries) | |||
how do I change which cell becomes active when enter is pressed? | Excel Discussion (Misc queries) | |||
Excel2007 Stipulate where cursor goes when Enter Key pressed | Excel Discussion (Misc queries) | |||
Moving between cells when enter is pressed | Excel Discussion (Misc queries) | |||
Enter pressed in Textbox | Excel Programming |