Z
zdena
Hello,
I am an absolute Beginner with VBA and ms Project. I ask you to
help me for my problem. In advance the best thanks.
I have a large Excel list with project-taken part and their working
dates. I import this list as follows in ms Project
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Ressourcennamen", ExternalFieldName:="tbProjekteure.Name"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text1", ExternalFieldName:="Angebotsnummer"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Name", ExternalFieldName:="Angebotsbezeichnung"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text3", ExternalFieldName:="Erzeugnis"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text2", ExternalFieldName:="AGAbteilung"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Ende", ExternalFieldName:="ZusageEMA"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Dauer", ExternalFieldName:="Dauer"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text4", ExternalFieldName:="AbgabeIst"
FileOpen Name:="G:\FlexCon_Prozessteams\Einbindung_Prozessteams\PAV_Uebertrag\Puel_Test\1_kapaz.xls",
ReadOnly:=False, Merge:=0, map:="Kapaz_EMA_P_basis"
FileOpen Name:="G:\FlexCon_Prozessteams\Einbindung_Prozessteams\PAV_Uebertrag\Puel_Test\1_kapaz.xls",
ReadOnly:=False, Merge:=1, map:="prozent_arbeit_einlesen"
That goes so far well. Now I would like to make an outline
for the complete project. All tasks with same resources are to be
grouped in each case over VBA automatically in the following way
ressource1 task1
ressource1 task2
ressource1 task3
ressource2 task4
ressource2 task5
etc..
Now to:
Ressource1 (bold)
ressource1 task1
ressource1 task2
ressource1 task3
Ressource2 (bold)
ressource2 task4
ressource2 task5
Thus still a line must be introduced with the designation of
resources and under it arranged the tasks for this resources.
Can anyone help me? Thanks: -)
Zdena
Unfortunetely my english is so bad like my vba-knowledge
I am an absolute Beginner with VBA and ms Project. I ask you to
help me for my problem. In advance the best thanks.
I have a large Excel list with project-taken part and their working
dates. I import this list as follows in ms Project
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Ressourcennamen", ExternalFieldName:="tbProjekteure.Name"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text1", ExternalFieldName:="Angebotsnummer"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Name", ExternalFieldName:="Angebotsbezeichnung"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text3", ExternalFieldName:="Erzeugnis"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text2", ExternalFieldName:="AGAbteilung"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Ende", ExternalFieldName:="ZusageEMA"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Dauer", ExternalFieldName:="Dauer"
MapEdit Name:="Kapaz_EMA_P_basis", DataCategory:=0,
FieldName:="Text4", ExternalFieldName:="AbgabeIst"
FileOpen Name:="G:\FlexCon_Prozessteams\Einbindung_Prozessteams\PAV_Uebertrag\Puel_Test\1_kapaz.xls",
ReadOnly:=False, Merge:=0, map:="Kapaz_EMA_P_basis"
FileOpen Name:="G:\FlexCon_Prozessteams\Einbindung_Prozessteams\PAV_Uebertrag\Puel_Test\1_kapaz.xls",
ReadOnly:=False, Merge:=1, map:="prozent_arbeit_einlesen"
That goes so far well. Now I would like to make an outline
for the complete project. All tasks with same resources are to be
grouped in each case over VBA automatically in the following way
ressource1 task1
ressource1 task2
ressource1 task3
ressource2 task4
ressource2 task5
etc..
Now to:
Ressource1 (bold)
ressource1 task1
ressource1 task2
ressource1 task3
Ressource2 (bold)
ressource2 task4
ressource2 task5
Thus still a line must be introduced with the designation of
resources and under it arranged the tasks for this resources.
Can anyone help me? Thanks: -)
Zdena
Unfortunetely my english is so bad like my vba-knowledge