PDA

View Full Version : pass data from excel to web form



clif
05-01-2015, 08:09 PM
Is any vba code that can pass data from cell in excel to web form?

web form (vb.net)

pass data from excel to web form


<td class="dataField" width="35%">
<input name="Name" type="text" maxlength="50" size="20" id="Name" />
</td>


Thanks