[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Tim Thanks again for clearing that up. Now I get it! Regards Peter ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Excel automation

2005-06-15 Thread Tim Golden
[Peter Jessop] | Hi Tim | Thanks for your quick response. | I had determined that putting none zero values did not provoke the | error, but did not realise the reason. | However c.Offset (2, 2) should change the active cell (1 down and 1 | right, if it is 1-based), but it doesn't | | Regards | |

[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Hi Tim Thanks for your quick response. I had determined that putting none zero values did not provoke the error, but did not realise the reason. However c.Offset (2, 2) should change the active cell (1 down and 1 right, if it is 1-based), but it doesn't Regards Peter

Re: [python-win32] Excel automation

2005-06-15 Thread Tim Golden
[Peter Jessop] | Running python 2.4.1 with pywin32-204 (2.4) | I am new to Python so this is probably an oversite on my part. | We are evaluating Python with the idea of replacing VBScript for | system administration. | I have been impressed with the capabilities of Python and in general | have fou

[python-win32] Excel automation

2005-06-15 Thread Peter Jessop
Running python 2.4.1 with pywin32-204 (2.4) I am new to Python so this is probably an oversite on my part. We are evaluating Python with the idea of replacing VBScript for system administration. I have been impressed with the capabilities of Python and in general have found it easy to pick up. Enco