Active task?

J

John

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.

John
 
G

Gérard Ducouret

Hello Mike,
Try also the foloowing :
MsgBox ActiveCell.Task.Name

Gérard Ducouret
 
Top