ntax for passing the parameters Start:=1, Length:=11 to
VB from a Python function, if I want to control these properties of the
text in the Excel spreadsheet?
Thanks in advance!
/ koia
--
http://mail.python.org/mailman/listinfo/python-list
Sorry guys,
I forgot the parenthesis in
xlapp.ActiveSheet.Shapes.AddLine( 0, 0, 100, 100).Select()
/koia
--
http://mail.python.org/mailman/listinfo/python-list
es.AddLine( 0, 0, 100, 100).Select
>
xlapp.Selection.ShapeRange.Line.ForeColor.SchemeColor = 10
This fails on ShapeRange, with output listed below. What can the
problem be? Is there a solution/work-around?
Thanks in advance
/koia
Traceback (most recent call last):
File "C:\Program Files\