Hello,
I am trying to add data into a webpage , with vba. I can pass the values correctly but they are not saved
the following code passes the values correctly :
Dim desc as string, nLinha as integer
desc =" first of 4 invoice lines to be added"
for nLinha= 0 to 3...