05-31-2014, 11:31 AM
Object test_case is created in action1
some lines are written as following:
In Action2 i want to continue writing next to the previous line but message comes object required.
Please help
Code:
set test_case = fso.CreateTextFile("C:\Created projects\drive indices test cases", True)
some lines are written as following:
Code:
test_case.Write("Create new --> location --> ") & vbnewline
test_case.Write("Create new in field ") & vbnewline
test_case.Write("Create ") & vbnewline
In Action2 i want to continue writing next to the previous line but message comes object required.
Please help