View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lincoln Burrows Lincoln Burrows is offline
external usenet poster
 
Posts: 4
Default Inser picture problem

Hi,
I have a VFP coding for inserting a Picture to the active work book

loExcelSession.Cells(10,10).Select
loExcelSession.ActiveSheet.Pictures.Insert(lcLogoN ame).Select

In Excel 2007 the picture is not inserted in to correct cell what I
mentioned
But in Excel 2003 there is no any problem like that it is inserted in to
correct cell what I mentioned.
Why does this happens
Pls Help