Scroll the rows of current table

G

Gabriele

Hi to all,
I looked through the activecell, MSProject.table, TaskTables
documentation but I couldn't succeed in scrolling the rows of the
current table exactly in the same order I see on my monitor,
therefore not in the simple ID order.
any advice will be valued!!
Gabriele
 
J

John

Gabriele,
Here's the code I use to loop (i.e. scroll) through task rows in the
current view if those rows are NOT in ID order (e.g. a filter is
applied).

SelectTaskColumn
Set Area = ActiveSelection.Tasks
For Each t In Area
[your code here]
Next t

Hope this helps.
John
 

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