第 1 条消息(共 2 条)
Set Bom qty from excel
Hello everyone,
this call gives me error:
Call item.SetAttribute("QTY", Foglio1.Cells(i, 2))
i tried also with:
item.quantity=Foglio1.Cells(i, 2)
Could you help me?
Thanks