I am going to add data row wise to Excel. Doing it manually, it would
be like this:

<enter data> TAB <enter data> TAB <enter data> RETURN
<enter data> TAB <enter data> TAB <enter data> RETURN

The TAB makes the cursor go to the next cell in the row, and the
RETURN makes the cursor go to the next row, in the same column as the
first cell.

Now I need to do this in Python, but I cannot find any docs of how to
get the x,y-coords of the cursor, nor how to move the cursor one cell
at a time (i.e. in a relatively way).

Anyone got some pointers for me?


-- 
- Rikard.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to