B
BIG Chris
Hi,
Firstly "Hello" to everyone who reads this ... I'm just embarking on my
first Project 2002 VBA work ... so don't be surprised if you see a few
questions from me !! Thanks in advance to anyone who helps me in the next
few weeks !!
Right down to question # 1 :
I'm importing data into a sheet from an xml file and before writing data
into a particular cell ( in this case date10 ) I check to see if the data
imported is different to what was already there. If the data is different,
then after I move the new data to the cell I then need to change the colour
of the new data ( or bold it etc ... just something that will make it stand
out ).
So I'm looping through the tasks, with :
For Each objProjTask In ActiveProject.Tasks
and therefore have access to objProjTask.Date10 and need to change it's
colour. Any idea how I go about doing this ?
Cheers,
Chris.
Firstly "Hello" to everyone who reads this ... I'm just embarking on my
first Project 2002 VBA work ... so don't be surprised if you see a few
questions from me !! Thanks in advance to anyone who helps me in the next
few weeks !!
Right down to question # 1 :
I'm importing data into a sheet from an xml file and before writing data
into a particular cell ( in this case date10 ) I check to see if the data
imported is different to what was already there. If the data is different,
then after I move the new data to the cell I then need to change the colour
of the new data ( or bold it etc ... just something that will make it stand
out ).
So I'm looping through the tasks, with :
For Each objProjTask In ActiveProject.Tasks
and therefore have access to objProjTask.Date10 and need to change it's
colour. Any idea how I go about doing this ?
Cheers,
Chris.