View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] juanabreu@hotmail.com is offline
external usenet poster
 
Posts: 1
Default excel macro and java applet

hello I've been programing excel macros for about 3 years now and i
have come upon a real stumper. I have the a situation where i want to
loop through a worksheet and write the cell contents to a oracle web
form. My issue is that if it is a straight HTML form then it could be
done easily however this time what happens is that i end up with a
forms on a java applet. The only thing that i have been able to figure
out to get this done is using sendkeys, however it is a very
unreliable process since you cant shift focus of the form or it will
start sending the keys to window you have open.
Any thoughts or help would be appreciated.
Thanks
juan