Selecting rows by selecting Task.ID

S

Steffen

Hi,

I have the following code that stores the Task.ID in an array:
" For Each Activity In ThisProject.Tasks
If Activity.Marked = True Then
No_of_Rows = No_of_Rows + 1
Row(No_of_Rows) = Activity.ID
End If
Next"
Now I want to select the Task but I don't know how to write the code to
select the Task by pointing to the ID-number. I have made a workaround
instead of the mentioned code but I'm not satisfied with that.
I would be happy to get help with this.

Steffen
 
M

Mike Glen

Hi Steffen,

Try posting on the developer newsgroup as this one is closing down. Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP
 

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