Set hid = Browser("OSM_DM00G01:").Page("…").Object.getElementsByName("tempSiteNO")
index = 0
For i = 0 to hid.length-1
If hid.item(i).value = "NO007" then
index = i
end if
Next
id = "pvdCount_0_" & index
Browser("OSM_DM00G01:").Page("…").WebEdit("html id:=" & id).Set "20"