Re: Passing parameters to VB

2006-03-21 Thread Tim Roberts
"koia" <[EMAIL PROTECTED]> wrote: >Hi, > >I am using win32com for the Python interface to my Excel shreadsheets. > >When I turn on Macro recordiong in Excel while filling a rectangle with >text information, a part of the VB code produced is the following: > >With Selection.Characters(Start:=1,

Passing parameters to VB

2006-03-19 Thread koia
Hi, I am using win32com for the Python interface to my Excel shreadsheets. When I turn on Macro recordiong in Excel while filling a rectangle with text information, a part of the VB code produced is the following: With Selection.Characters(Start:=1, Length:=11).Font .Name = "Arial"