Hey to all.
i am new in this area and have a problem.
i need the formated color from $a (for example) in a programmed field.
i can do:
.Fill.ForeColor.RGB = RGB(255, 255, 0)
but the field is only yellow. this is what i found in my vba.
can anyone say me what i have to type so that the color from formated $a is taken in the new field?
color from $A
this is my code with yellow color:
With Worksheets(PMpav).Shapes.AddShape(msoShapeRectangle, xpav(numtypeop%, codop, nbmvt%), ypav(numtypeop%, codop, nbmvt%), durée_mvt(numtypeop%, codop, nbmvt%) * Echellex, hauteur_tâche%)
.TextFrame.Characters.Text = Worksheets(PMdon).Cells(rm, cl_tâche%).Value
.Fill.ForeColor.RGB = RGB(255, 255, 0)
'Text zur Anzeige im Haupblock Aufgabe
.TextFrame.Characters.Font.Bold = True
.TextFrame.Characters.Font.Size = 10
maybe anyone can help me,
Greetz
i am new in this area and have a problem.
i need the formated color from $a (for example) in a programmed field.
i can do:
.Fill.ForeColor.RGB = RGB(255, 255, 0)
but the field is only yellow. this is what i found in my vba.
can anyone say me what i have to type so that the color from formated $a is taken in the new field?
color from $A
this is my code with yellow color:
With Worksheets(PMpav).Shapes.AddShape(msoShapeRectangle, xpav(numtypeop%, codop, nbmvt%), ypav(numtypeop%, codop, nbmvt%), durée_mvt(numtypeop%, codop, nbmvt%) * Echellex, hauteur_tâche%)
.TextFrame.Characters.Text = Worksheets(PMdon).Cells(rm, cl_tâche%).Value
.Fill.ForeColor.RGB = RGB(255, 255, 0)
'Text zur Anzeige im Haupblock Aufgabe
.TextFrame.Characters.Font.Bold = True
.TextFrame.Characters.Font.Size = 10
maybe anyone can help me,
Greetz