ts("Active").Select
> Selection.Delete Shift:=xlUp
> Cells(Selection.Row, 3).Select
> MsgBox "Task was moved to completed tab"
> End Sub
>
>
> From: DEF
> To: MS EXCEL AND VBA MACROS
> Sent: Fri, June 25, 20
xlDown
Sheets("Active").Select
Selection.Delete Shift:=xlUp
Cells(Selection.Row, 3).Select
MsgBox "Task was moved to completed tab"
End Sub
____________
From: DEF
To: MS EXCEL AND VBA MACROS
Sent: Fri, June 25, 2010 12:38:45 PM
Subject:
So I have a file where a task/person responsible etc. is listed
When the task is completed, I would like to enter yes and upon this
text entry, the file would delete that line and add it to another tab
with other completed tasks. I need other entries of text to have
nothing done.
Task Person Com