See if this helps you,
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With
Settings.Webpackage("ReplayType") = 1
Sorry, had issues wrapping. I hope now it should be clear.
Code:
Settings.Webpackage("ReplayType") = 2
With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").Click.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With
Settings.Webpackage("ReplayType") = 1
Code:
Settings.Webpackage("ReplayType") = 2
With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").Click
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With
Settings.Webpackage("ReplayType") = 1Sorry, had issues wrapping. I hope now it should be clear.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.

