Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default how to add picture to worksheet from url in Excel 2007

In Excel XP or Excel 2003, we can add picture to worksheet from url, besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not sure
if the same function is taken away from Excel 2007, or if some settings are
not set properly.

thanks for any help

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default how to add picture to worksheet from url in Excel 2007

Hi qyang

I see the same thing after testing
Will try to find a answer for you


--

Regards Ron de Bruin
http://www.rondebruin.nl



"qyang" wrote in message
...
In Excel XP or Excel 2003, we can add picture to worksheet from url,
besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not
sure
if the same function is taken away from Excel 2007, or if some settings
are
not set properly.

thanks for any help


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default how to add picture to worksheet from url in Excel 2007

Hi qyang

I will send a bug report to my connections with Microsoft

--

Regards Ron de Bruin
http://www.rondebruin.nl



"Ron de Bruin" wrote in message
...
Hi qyang

I see the same thing after testing
Will try to find a answer for you


--

Regards Ron de Bruin
http://www.rondebruin.nl



"qyang" wrote in message
...
In Excel XP or Excel 2003, we can add picture to worksheet from url,
besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not
sure
if the same function is taken away from Excel 2007, or if some settings
are
not set properly.

thanks for any help



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default how to add picture to worksheet from url in Excel 2007

Thanks. I think it is a bug in Excel 2007.


"Ron de Bruin" wrote:

Hi qyang

I will send a bug report to my connections with Microsoft

--

Regards Ron de Bruin
http://www.rondebruin.nl



"Ron de Bruin" wrote in message
...
Hi qyang

I see the same thing after testing
Will try to find a answer for you


--

Regards Ron de Bruin
http://www.rondebruin.nl



"qyang" wrote in message
...
In Excel XP or Excel 2003, we can add picture to worksheet from url,
besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not
sure
if the same function is taken away from Excel 2007, or if some settings
are
not set properly.

thanks for any help




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default how to add picture to worksheet from url in Excel 2007

Not an answer, but what code do you get when recording a macro of the
InsertPictureFrom File actions in XL2007 ?

NickHK

"qyang" wrote in message
...
In Excel XP or Excel 2003, we can add picture to worksheet from url,

besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not

sure
if the same function is taken away from Excel 2007, or if some settings

are
not set properly.

thanks for any help





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default how to add picture to worksheet from url in Excel 2007

Sorry for a little delay, because the Discussion Group pages totally
disfunction at office today. I have to reply from home.

I can record the same macro in Excel 2003, but no macro can be recorded in
Excel 2007. That's another bug of Excel 2007. I did really have recorded
macros for other actions.


"NickHK" wrote:

Not an answer, but what code do you get when recording a macro of the
InsertPictureFrom File actions in XL2007 ?

NickHK

"qyang" wrote in message
...
In Excel XP or Excel 2003, we can add picture to worksheet from url,

besides
from file. There are two functions that can do the job:

1. ActiveSheet.Pictures.Insert Filename:=strUrl
2. ActiveSheet.Shapes.AddPicture Left:=10, Top:=10, _
Width:=100, Height:=100, _
Filename:=strUrl, LinkToFile:=msoFalse, SaveWithDocument:=msoTrue

However, in Excel 2007, both of the above functions don't work. I'm not

sure
if the same function is taken away from Excel 2007, or if some settings

are
not set properly.

thanks for any help




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I embed a picture in excel 2007 Bob from ATK Excel Discussion (Misc queries) 0 September 21st 09 01:31 PM
Copy Picture in Excel 2007 Bob Myers Excel Worksheet Functions 5 December 21st 08 11:03 PM
Insert a picture - Excel 2007 dan Excel Discussion (Misc queries) 2 April 9th 08 09:48 PM
picture graph in Excel 2007 K -- mom of 3 Charts and Charting in Excel 1 April 27th 07 01:20 PM
How to extract a picture from an Excel worksheet into a picture fi SARANJAI Excel Discussion (Misc queries) 10 June 12th 05 05:00 AM


All times are GMT +1. The time now is 04:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"