views:

361

answers:

2

Hi!

I have about 50 excel sheets to input on a website everyday, but unfortunately I can only submit 8 of these sheets per hour. Therefore, I'm looking for a tool, or comnbination of tools, that will allow me to automaticly copy & paste fields from Excel sheets, into a designated form on a website, and will allow me to set the time when every action should be completed.

The whole process can be done with just using the keyboard (using tab & several shortcuts), so maybe an automated script for keyboard commands is just what I need..

I really don't have much expierence with automated scripts etc, so if you got a suggestion, or a link, it would be much apreciated!

Thanks

Thomas

+1  A: 

You can use AutoIt or PowerPro to do this kind of scripting.

More efficient, however, if the data is in a consistent table layout, is to use the Excel ODBC driver, and write a program to import the data. This will be more reliable than automating keystrokes, but will take more programming know-how.

Bork Blatt
A: 

Thanks! Ive been fiddling around with Autoit & PowerPro, and decided to use AutoIt.. Works like a charm!