Mike,
There are many ways to call out a specific row or task. Probably the
most prevelant is the "ActiveSelection" property. Another is
"ActiveProject.Tasks(i)" where "i" is a specific task number. Check the
VBA help file for other properties and methods.