11-12-2009, 10:50 AM
Try This
does this help?
Code:
'Add a column in your datatable say - 'Num'
'take the value from datatable
NumValue = Datatable("Num","your sheet")
'Set the value
SAPGuiSession("Session").SAPGuiWindow("Termination of Plan Participat").SAPGuiTree("TableTreeControl").Set "#" & NumValue,"401K","ON"