05-02-2012, 05:49 PM
hi thank u for reply
caan u please help out for this
here i want to put the values in next cell it not happening its oly showing the value in first cell
Regards,
raj
caan u please help out for this
Code:
set camptable=browser("title:=Campaign Framework:.*").page("title:=Campaign Framework: Home ~ salesforce.com - Unlimited Edition").webtable("column names:=Campaign Name;Status;Start Date","html tag:=TABLE")
c=camptable.GetROProperty("rows")
'msgbox c
datatable.SetCurrentRow(1)
For i=2 to c
a=camptable.getcelldata(i,1)
msgbox a
datatable.Value("id","Global")=a
datatable.setnextrow
Next
here i want to put the values in next cell it not happening its oly showing the value in first cell
Regards,
raj