Cut-paste row to sheet2 if columnvalue is met
Solved/Closed
Trowa
-
Feb 22, 2010 at 08:54 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 25, 2010 at 08:48 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 25, 2010 at 08:48 AM
Related:
- Cut-paste row to sheet2 if columnvalue is met
- Saints row 2 cheats - Guide
- Cut pdf download - Download - PDF
- How to delete a row in a table in word - Guide
- Short cut key for at the rate - Guide
- Root directory is full or error in pasting - Android Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 22, 2010 at 10:08 AM
Feb 22, 2010 at 10:08 AM
Feb 25, 2010 at 08:44 AM
Not exactly what I was looking for, but it gave me an idea of how to write my own code.
So thanks for your reply, issue solved.
Best regards,
Trowa
Feb 25, 2010 at 08:48 AM
I think all you would have to change is sheet names and this line
Selection.AutoFilter Field:=19, Criteria1:="=" & 1, Operator:=xlAnd
to
Selection.AutoFilter Field:=2, Criteria1:="=Completed", Operator:=xlAnd