View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Andrew is offline
external usenet poster
 
Posts: 358
Default It did not work...

Hi, Galimi,

I used the following VB code:

Dim exl As Excel.Application
Set exl = New Excel.Application
exl.Visible = True
exl.Workbooks.Open ("c:\temp.xls")
exl.ActiveSheet.Picture.Insert ("c:\zi.bmp")

on the last line I got error 436: Object does not support this propery of
method.

???

thanks.