View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shashi Shashi is offline
external usenet poster
 
Posts: 1
Default Pictures.Insert not working correctly in excel 2008.

This code doesnt work correctly in Excel 2008 but works in Excel 2003.

Range("F32").Select
ActiveSheet.Pictures.Insert("T:\Sym-enh\CO\logo.bmp").Select

Picture gets on top of the sheet instead of cell F32.