Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Import pictures from the web

When I import external data from the web, I find that the pictures are all
gone. Is there anyway to include the pictures in the import?

In fact, if I have a link which is something like this
http://www.abc.com/1234.jpg, how can I import this jpg file into Excel,
using VBA or otherwise?

Thanks!



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Import pictures from the web

With ActiveSheet.Pictures
.Insert("http://www.abc.com/1234.jpg")
End With

Tim.

--
Tim Williams
Palo Alto, CA


"Shatin" wrote in message
...
When I import external data from the web, I find that the pictures are all
gone. Is there anyway to include the pictures in the import?

In fact, if I have a link which is something like this
http://www.abc.com/1234.jpg, how can I import this jpg file into Excel,
using VBA or otherwise?

Thanks!





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 56
Default Import pictures from the web

Tim,

Many thanks for such a prompt response!


"Tim Williams" <timjwilliams at gmail dot com wrote in message
...
With ActiveSheet.Pictures
.Insert("http://www.abc.com/1234.jpg")
End With

Tim.

--
Tim Williams
Palo Alto, CA


"Shatin" wrote in message
...
When I import external data from the web, I find that the pictures are

all
gone. Is there anyway to include the pictures in the import?

In fact, if I have a link which is something like this
http://www.abc.com/1234.jpg, how can I import this jpg file into Excel,
using VBA or otherwise?

Thanks!







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
import picture taken data from my pictures directory into excell? John VanNierop Excel Discussion (Misc queries) 7 July 6th 10 01:03 PM
How to import a word file with text and pictures into Excel? malem Excel Discussion (Misc queries) 1 December 6th 07 03:26 PM
How do I import named pictures into corresponding cells in Excel? mjeb1999 Excel Discussion (Misc queries) 1 September 14th 07 08:57 PM
Import Pictures into Excel Frank Excel Discussion (Misc queries) 2 August 30th 07 04:17 PM
i want to import all pictures into excel at the same size without. Laura Taylor Setting up and Configuration of Excel 0 December 21st 04 11:07 AM


All times are GMT +1. The time now is 10:37 PM.

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

About Us

"It's about Microsoft Excel"