J
Jim Stevens
I have a procedure which needs to be distributed to other project
analysts. When they run this procedure I would like to identify if
the current table has the Text6 field in it and if it is shown.
Something like the following is what I need but I am having trouble
figuring out the VBA logic. Thanks in advance to anyone that can
help... jim
For Each Field In ActiveProject.Tables.Fields
If Field Text6 Is Shown Then
MsgBox "Yes"
End If
Next Field
analysts. When they run this procedure I would like to identify if
the current table has the Text6 field in it and if it is shown.
Something like the following is what I need but I am having trouble
figuring out the VBA logic. Thanks in advance to anyone that can
help... jim
For Each Field In ActiveProject.Tables.Fields
If Field Text6 Is Shown Then
MsgBox "Yes"
End If
Next Field