I am newbie to vba What is the code to remove filter? Thanks in advance. Kennykee
K kennykee Jun 13, 2005 #1 I am newbie to vba What is the code to remove filter? Thanks in advance. Kennykee
D Duane Hookom Jun 13, 2005 #2 A filter from what? Generically you might try: Me.Filter = Null Me.FilterOn = False
K kennykee Jun 13, 2005 #3 Thanks Duane It works. Duane Hookom said: A filter from what? Generically you might try: Me.Filter = Null Me.FilterOn = False Click to expand...
Thanks Duane It works. Duane Hookom said: A filter from what? Generically you might try: Me.Filter = Null Me.FilterOn = False Click to expand...