First time post. Thanks in advance for any help.

Using Excel 2003 & VBA. I have written routine to fill the paste buffer with data and tabs(vbTab) between them. User then goes to a web form and pastes (ctrl-v) the data. I can't get the tab to jump to the next field. The tab (vbTab) just places 6 spaces within the first field. I tried vbCR, vbLF and vbCRLF, nothing seems to work.

What character can I place into the paste buffer to cause the cursor to tab to the next field on a html form?

Basically what I am trying to do is automate the entering of credit card data into a web site. I don't own the web site.

Thanks,
JV