E
Esperanza
Hello, I had a question about getting a macro that I built in Project
to be able to alphabatize Resources. This is some of my code:
For Each R In Proj.Resources
xlR.Range("B1") = R.Name
For Each A In R.Assignments
'filter assignments that are not complete and scheduled to
start within the next two weeks
..........
Currently this macro opens an excel timesheet and puts the data in a
spreadsheet. The main point is that what i have now gives me these
resources sorted by ID, how do I get this to sort it by name in Excel?
Thanks.
to be able to alphabatize Resources. This is some of my code:
For Each R In Proj.Resources
xlR.Range("B1") = R.Name
For Each A In R.Assignments
'filter assignments that are not complete and scheduled to
start within the next two weeks
..........
Currently this macro opens an excel timesheet and puts the data in a
spreadsheet. The main point is that what i have now gives me these
resources sorted by ID, how do I get this to sort it by name in Excel?
Thanks.