Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.links
external usenet poster
 
Posts: 1
Default Hyperlink to Embed Object

Is there anyway to have a list of hyperlinks to file locations and be
able to click on the hyperlink which opens the embedded object. I
need to be able to do this with a list of file names. I found a macro
that will embed an image object on a list of file names inside the
comment box which then allows the mouseover function to work but I
have multipage TIFFs that I want to embed. The best way for this to
work is have a list of file names and run a macro that auto adds the
images to the excel spreadsheet and generates hyperlinks to these.
Hopefully this is making sense.

Brent

  #2   Report Post  
Posted to microsoft.public.excel.links
external usenet poster
 
Posts: 903
Default Hyperlink to Embed Object

Hi Brent,
Assume what you found was
Insert Selected Picture Into Comment
http://www.contextures.com/xlcomments03.html#Picture

I'm not clear on what you want, it seems you just want to
hyperlink to the picture, in which case such pictures need
not reside in Excel. If that is the case it will keep your
Excel file a lot smaller (meaning it won't make it so huge).
So you would simply link to the pictures as if they were
HTML files and let the system recognize the application
to be used to open your TIFF files based on their filetype
extension.

If file is on your system
A1: Beautiful Sunset
B1: =HYPERLINK(C1,"view")
C1: c:\mypictures\img304.tif

or you can use concatenation
A1: Beautiful Sunset
B1: =HYPERLINK("c:\mypictures\img" & C1 &".tif","view")
C1: 304

similar code for files on the web

If this is for something like a slide show that you might want
to generate an HTML file using Excel.
http://www.mvps.org/dmcritchie/excel/xl2html.htm
which helps you create a table to add to your own HTML.

Or many photo software applications can generate HTML.
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"brent" wrote in message ups.com...
Is there anyway to have a list of hyperlinks to file locations and be
able to click on the hyperlink which opens the embedded object. I
need to be able to do this with a list of file names. I found a macro
that will embed an image object on a list of file names inside the
comment box which then allows the mouseover function to work but I
have multipage TIFFs that I want to embed. The best way for this to
work is have a list of file names and run a macro that auto adds the
images to the excel spreadsheet and generates hyperlinks to these.
Hopefully this is making sense.

Brent



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
embed an object that links to a specific worksheet or range maggiewall Excel Worksheet Functions 0 January 10th 07 11:34 PM
can't use the control toolbox in excel to embed a flash object cante Excel Discussion (Misc queries) 0 August 7th 06 08:07 AM
How do I embed an object into a specific cell in Excel? fish Excel Discussion (Misc queries) 0 June 15th 05 12:16 PM
edit an autocad r14 object to open in autocad 2000 Derek Excel Discussion (Misc queries) 0 January 20th 05 09:51 PM
How can I embed a file as an unopened object in a worksheet or wo. Goat Boy Excel Discussion (Misc queries) 1 January 4th 05 11:58 PM


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