Active task: how understand if a task is selected?

V

Vit

hi all,

I'm trying to perform some vba code that should do something only if
the tasks are selected....

here you are my code....


Dim t as Task

For Each t In ActiveProject.Tasks

If t.Application.ActiveCell = 1 Then

...
...
...
...

End If

Next t

but it doesn't work....

what is the command that let me understand if the task is selected or
not?

thank you so much

Vit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top