Message 1 of 2
Set Bom qty from excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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