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 is:
>
> from win32com
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