J
jman
I need to programmatically sort the tasks in a Project 2003 document, by
resource name and priority. First, I recorded a macro which did it, but I
have a little problem, since I use Project in Spanish. When I record the
macro, I get the following:
Sort Key1:="Nombres de los recursos", Ascending1:=True, Key2:="Prioridad",
Ascending2:=True, Renumber:=False
The problem is that I need to send this document to Germany, where it will
be opened with Project in German, so the "Nombres de los recursos" and
"Priority" identifiers will not be recognized. Believing it should be a
language issue, I tried with the following:
Sort Key1:="Resource names", Ascending1:=True, Key2:="Priority",
Ascending2:=True, Renumber:=False
but Project doesn't recognize "Resource names". "Priority" works just fine.
I have no English version of Project 2003 at hand, so I guessed if someone
with one available could record the same macro and tell the result.
Thanks in advance.
resource name and priority. First, I recorded a macro which did it, but I
have a little problem, since I use Project in Spanish. When I record the
macro, I get the following:
Sort Key1:="Nombres de los recursos", Ascending1:=True, Key2:="Prioridad",
Ascending2:=True, Renumber:=False
The problem is that I need to send this document to Germany, where it will
be opened with Project in German, so the "Nombres de los recursos" and
"Priority" identifiers will not be recognized. Believing it should be a
language issue, I tried with the following:
Sort Key1:="Resource names", Ascending1:=True, Key2:="Priority",
Ascending2:=True, Renumber:=False
but Project doesn't recognize "Resource names". "Priority" works just fine.
I have no English version of Project 2003 at hand, so I guessed if someone
with one available could record the same macro and tell the result.
Thanks in advance.