#1   Report Post  
grupy dyskusyjne
 
Posts: n/a
Default Link to a photo.

Hello

How can i make in excel link to a picture, but i need to open it in excel,
not other graphic program.
For example, i have list of people, and i need to show their photos, when i
click on first person i see its picture, second i see second picture but in
the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak english
well.









  #2   Report Post  
David McRitchie
 
Posts: n/a
Default

Not in Excel.

What is the purpose?
Are you going to look for a name then bring up the picture.
Or look at the picture and then look at the name.
Or do a "slide show".

family pictures,
company pictures,
mug shots (ceramics),

Sound like something for a database.

Are you trying to do a catalog,
some have done catalogs in Excel and in MS Word, but
pictures will not be in same place. Lots of overhead in Excel.

What you could do in Excel just have a link
and let Excel bring up your picture in Internet Explorer
or your default browser.

If you just want to look at all of the pictures, you could
use a program like IrfanView (irfanview.com) which is Free
the problem is to get the name onto the picture, which you
could do if you renamed the filename then that could be
displayed on the picture. If you had the information internal
to the pictures you could look at IPTC (and EXIF) data with
the information button.

in Excel you could generate a helper column

<br<a href="c:\family\pc022.jpg"Uncle Harry</a,

from

C1: '<html<body
A2: pc022
B2: 'Uncle Harry
C2: ="<br<a href=""c:\family\" & A2 & ".jpg""" & B2 & "</a"
....
C50: '</body</html

use column C as your HTML source

Tell us what you ended up doing, or what more help you need.

or same as above but bring up the picture from Excel
from same spreadsheet:
D2: =HYPERLINK("c:\family\" & A2 & ".jpg",b2)
or if you are going to see the name in another column anyway
you could use
D2: =HYPERLINK("c:\family\" & A2 & ".jpg", "[photo]")


HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"grupy dyskusyjne" wrote in message ...
Hello

How can i make in excel link to a picture, but i need to open it in excel,
not other graphic program.
For example, i have list of people, and i need to show their photos, when i
click on first person i see its picture, second i see second picture but in
the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak english
well.











  #3   Report Post  
Alan
 
Posts: n/a
Default

"grupy dyskusyjne" wrote in message
...

Hello

How can i make in excel link to a picture, but i need to open it in
excel, not other graphic program.
For example, i have list of people, and i need to show their photos,
when i click on first person i see its picture, second i see second
picture but in the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak
english well.


Like this?

http://www.jkp-ads.com/Articles/ShowPicture00.htm

HTH,

Alan.




  #4   Report Post  
grupy dyskusyjne
 
Posts: n/a
Default

Thank You very much.
You are very helpfull so i have second question.
I have few rows and each of them has different colour. And i often use
SORTING funtion. But the colours changes with the rows. And i want to sort
without changing the colours. How can i do that??


Użytkownik "David McRitchie" napisał w wiadomości
...
Not in Excel.

What is the purpose?
Are you going to look for a name then bring up the picture.
Or look at the picture and then look at the name.
Or do a "slide show".

family pictures,
company pictures,
mug shots (ceramics),

Sound like something for a database.

Are you trying to do a catalog,
some have done catalogs in Excel and in MS Word, but
pictures will not be in same place. Lots of overhead in Excel.

What you could do in Excel just have a link
and let Excel bring up your picture in Internet Explorer
or your default browser.

If you just want to look at all of the pictures, you could
use a program like IrfanView (irfanview.com) which is Free
the problem is to get the name onto the picture, which you
could do if you renamed the filename then that could be
displayed on the picture. If you had the information internal
to the pictures you could look at IPTC (and EXIF) data with
the information button.

in Excel you could generate a helper column

<br<a href="c:\family\pc022.jpg"Uncle Harry</a,

from

C1: '<html<body
A2: pc022
B2: 'Uncle Harry
C2: ="<br<a href=""c:\family\" & A2 & ".jpg""" & B2 & "</a"
...
C50: '</body</html

use column C as your HTML source

Tell us what you ended up doing, or what more help you need.

or same as above but bring up the picture from Excel
from same spreadsheet:
D2: =HYPERLINK("c:\family\" & A2 & ".jpg",b2)
or if you are going to see the name in another column anyway
you could use
D2: =HYPERLINK("c:\family\" & A2 & ".jpg", "[photo]")


HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"grupy dyskusyjne" wrote in message
...
Hello

How can i make in excel link to a picture, but i need to open it in
excel,
not other graphic program.
For example, i have list of people, and i need to show their photos, when
i
click on first person i see its picture, second i see second picture but
in
the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak english
well.













  #5   Report Post  
grupy dyskusyjne
 
Posts: n/a
Default

Thank You very much.
You are very helpfull so i have second question.
I have few rows and each of them has different colour. And i often use
SORTING funtion. But the colours changes with the rows. And i want to sort
without changing the colours. How can i do that??


Użytkownik "David McRitchie" napisał w wiadomości
...
Not in Excel.

What is the purpose?
Are you going to look for a name then bring up the picture.
Or look at the picture and then look at the name.
Or do a "slide show".

family pictures,
company pictures,
mug shots (ceramics),

Sound like something for a database.

Are you trying to do a catalog,
some have done catalogs in Excel and in MS Word, but
pictures will not be in same place. Lots of overhead in Excel.

What you could do in Excel just have a link
and let Excel bring up your picture in Internet Explorer
or your default browser.

If you just want to look at all of the pictures, you could
use a program like IrfanView (irfanview.com) which is Free
the problem is to get the name onto the picture, which you
could do if you renamed the filename then that could be
displayed on the picture. If you had the information internal
to the pictures you could look at IPTC (and EXIF) data with
the information button.

in Excel you could generate a helper column

<br<a href="c:\family\pc022.jpg"Uncle Harry</a,

from

C1: '<html<body
A2: pc022
B2: 'Uncle Harry
C2: ="<br<a href=""c:\family\" & A2 & ".jpg""" & B2 & "</a"
...
C50: '</body</html

use column C as your HTML source

Tell us what you ended up doing, or what more help you need.

or same as above but bring up the picture from Excel
from same spreadsheet:
D2: =HYPERLINK("c:\family\" & A2 & ".jpg",b2)
or if you are going to see the name in another column anyway
you could use
D2: =HYPERLINK("c:\family\" & A2 & ".jpg", "[photo]")


HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"grupy dyskusyjne" wrote in message
...
Hello

How can i make in excel link to a picture, but i need to open it in
excel,
not other graphic program.
For example, i have list of people, and i need to show their photos, when
i
click on first person i see its picture, second i see second picture but
in
the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak english
well.

















  #6   Report Post  
David McRitchie
 
Posts: n/a
Default

You're welcome.

I think for you second (unrelated) question that you may be
describing alternating colored rows like the old green bar
computer paper see Chip Pearson's page on Color Banding
where you can use Conditional Formatting to group 1 or more rows
to a color, alternating with uncolored or colored rows of a like
number of rows.
Color Banding With Conditional Formatting
http://www.cpearson.com/excel/banding.htm

Back to the original question did you find the other reply which
more closely followed your request to be practical, which was
Alan's link to http://www.jkp-ads.com/Articles/ShowPicture00.htm
If you went with my suggestion did you generate HTML file,
or use the link, or use free software (i.e. Irfanview.com) for a slide
show.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"grupy dyskusyjne" wrote ...
Thank You very much.
You are very helpfull so i have second question.
I have few rows and each of them has different colour. And i often use
SORTING funtion. But the colours changes with the rows. And i want to sort
without changing the colours. How can i do that??



  #7   Report Post  
grupy dyskusyjne
 
Posts: n/a
Default

I thought about the html file, but i got another suggestion on mail. I can
use comments to each cell. But i dont know how insert the picture to them.
Thanks fot the link to my second problem, thats exactly what i needed


Użytkownik "David McRitchie" napisał w wiadomości
...
You're welcome.

I think for you second (unrelated) question that you may be
describing alternating colored rows like the old green bar
computer paper see Chip Pearson's page on Color Banding
where you can use Conditional Formatting to group 1 or more rows
to a color, alternating with uncolored or colored rows of a like
number of rows.
Color Banding With Conditional Formatting
http://www.cpearson.com/excel/banding.htm

Back to the original question did you find the other reply which
more closely followed your request to be practical, which was
Alan's link to http://www.jkp-ads.com/Articles/ShowPicture00.htm
If you went with my suggestion did you generate HTML file,
or use the link, or use free software (i.e. Irfanview.com) for a slide
show.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"grupy dyskusyjne" wrote ...
Thank You very much.
You are very helpfull so i have second question.
I have few rows and each of them has different colour. And i often use
SORTING funtion. But the colours changes with the rows. And i want to
sort
without changing the colours. How can i do that??





  #8   Report Post  
Ken Wright
 
Posts: n/a
Default

Try this:-

http://www.mcgimpsey.com/excel/lookuppics.html

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"grupy dyskusyjne" wrote in message
...
Hello

How can i make in excel link to a picture, but i need to open it in excel,
not other graphic program.
For example, i have list of people, and i need to show their photos, when

i
click on first person i see its picture, second i see second picture but

in
the same place in excel.
I have excel 2002.

Sorry if something is difficult to understand, but i cant speak english
well.











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
Link Link Link Karla Setting up and Configuration of Excel 0 May 17th 05 10:00 AM
Link Link Link Karla Charts and Charting in Excel 0 May 17th 05 10:00 AM
Breaking the link T New Users to Excel 1 May 4th 05 10:37 PM
How do link to a remote worksheet using the path value in a field? Michael T. Links and Linking in Excel 3 December 11th 04 08:45 AM
How do link to a remote field but use the path from a stored field Michael T. Excel Discussion (Misc queries) 1 December 10th 04 12:18 AM


All times are GMT +1. The time now is 09:50 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"