On Jul 31, 11:22 pm, "Roger Upole" <[EMAIL PROTECTED]> wrote:
> "sterling" <[EMAIL PROTECTED]> wrote in message
>
> news:[EMAIL PROTECTED]
>
>
>
>
>
> > I'm curious as to why the difference between IDLE and pythonWin when
> > using win32com.
> > opening an excel file, i've attempted to grab the cha
"sterling" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm curious as to why the difference between IDLE and pythonWin when
> using win32com.
> opening an excel file, i've attempted to grab the chart information
> out of the file.
>
> commands like co = ChartObjects(1) works in
On Jul 31, 4:28 am, Tim Golden <[EMAIL PROTECTED]> wrote:
> sterling wrote:
> > I'm curious as to why the difference between IDLE and pythonWin when
> > using win32com.
> > opening an excel file, i've attempted to grab the chart information
> > out of the file.
>
> > commands like co = ChartObjects
sterling wrote:
I'm curious as to why the difference between IDLE and pythonWin when
using win32com.
opening an excel file, i've attempted to grab the chart information
out of the file.
commands like co = ChartObjects(1) works in pythonWin but doesn't
work in IDLE.
however, on both co = charto
I'm curious as to why the difference between IDLE and pythonWin when
using win32com.
opening an excel file, i've attempted to grab the chart information
out of the file.
commands like co = ChartObjects(1) works in pythonWin but doesn't
work in IDLE.
however, on both co = chartobjects(1) works ju