[python-win32] Picture.Insert, Excel issue

2006-10-01 Thread Jim Chiang
I’m trying to very simply insert a picture from a file into an excel spreadsheet. I know how to do this in VBA and it works fine, however when I try this from python I get an error. Doing a search on this turned up nothing. The code I’m using is: from win32com.client.dynamic import Dispat

Re: [python-win32] Picture.Insert, Excel issue

2006-10-01 Thread John Machin
On 2/10/2006 11:51 AM, Jim Chiang wrote: > I’m trying to very simply insert a picture from a file into an excel > spreadsheet. I know how to do this in VBA and it works fine, however > when I try this from python I get an error. Doing a search on this > turned up nothing. > > The code I’m using