View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lazzaroni Lazzaroni is offline
external usenet poster
 
Posts: 55
Default Excel 2007 Prohibits Shapes.AddPicture from URL?

I was using Shapes.AddPicture in Excel 2003 to add pictures using a ULR
address for an online image as the Filename. It worked perfectly, even with
LinkToFile = True.

It appears, however, that Excel 2007 no longer allows the use of a URL as
the Filename for Shapes.AddPicture.

Can anyone confirm this? Is there some security setting in Excel 2007 that I
have to change?

Thanks.