Hi William ,
Thanks for the reply. Here is my latest code.
But the only issue was I cannot able to assign a value from Setcpount to user description field.
Sub DesignDesCount
On Error Resume Next
Set TestFact=TDConnection.TestFactory
Set TList=TestFact.NewList("")
TDConnection.IgnoreHtmlFormat = True
For Each Test In TList
set DesignFact=Test.DesignStepFactory
Set DesignStepList=DesignFact.NewList("")
'MsgBox DesignStepList.Count
For Each DesignStep In DesignStepList
Set stepcount=Len(DesignStep.Field("DS_DESCRIPTION"))
DesignStep_Fields.Field("DS_USER_01").Value=stepcount.Value' stepcount.Get Value()----------------------------------------------Error
Next
Next
MsgBox "Done"
On Error GoTo 0
End Sub
Any suggestions...
Thanks,
Avi.