Hi Jan,
No,the "OTHER" poster wasn't me.

I'll heed your advice on "persistence"
though.
I tried to implement the Macro by copying the commands into the VB editor.
(I hope that was what I was supposed to do) (insert sheepish grin here)
When I run the macro, I get the following error.
runtime error "438":
object doesn't support this property or method
When I select debug, the following line is highlighted
For Each Job In ActiveProject.taks
I replaced .taks with Activeproject.tasks (just guessing at this point) and
tried to run the macro again.
The next error was
runtime error "91":
Object variable or With block variable not set
Using debug, the following line was highlighted
Job.Text1 = Predec
Since I was already using Text1 in this job file, I tried replacing Text1
with Text2.(can you tell I'm still guessing?

)
After changing text1 to text2, I still received the same error message.
Due to my lack of experience with Project, I'm not sure how to proceed.
Thanks in advance for your kind efforts
Tim Graham
Thanks for making the macro available