Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
The Fuzz
 
Posts: n/a
Default hyperlink images in batch form

Hi Guys, hope you can help, i have an excel database thats stores product
information, in one column i have a file number for the photo that
corresponds to that row, what i would like to do is on the click of the mouse
in that cell or if needed a new cell is to hyperlink to the photo stored on a
drive in my computer. I can do this no problems one at a time but i have
1980 images, is there a way to create a batch command to tell excel that this
is the file name but it is over there. I have stored the files in the other
drive and entered them in the column as the same name without the .JPG
extension, i can fix this by using the concatenate command, i am just unable
to tell excel that this is the file name and is it stored in
J:\pictures\items\ etc. Hope i make sence. thanks in advance for any
help
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

=hyperlink("J:\pictures\items\" & row() & ".jpg")

might do it for you.

I'd put that path in a different cell (out of the way) and use this:
=hyperlink($e$1 & row() & ".jpg")

Then I just have to adjust one cell if that path changes.



The Fuzz wrote:

Hi Guys, hope you can help, i have an excel database thats stores product
information, in one column i have a file number for the photo that
corresponds to that row, what i would like to do is on the click of the mouse
in that cell or if needed a new cell is to hyperlink to the photo stored on a
drive in my computer. I can do this no problems one at a time but i have
1980 images, is there a way to create a batch command to tell excel that this
is the file name but it is over there. I have stored the files in the other
drive and entered them in the column as the same name without the .JPG
extension, i can fix this by using the concatenate command, i am just unable
to tell excel that this is the file name and is it stored in
J:\pictures\items\ etc. Hope i make sence. thanks in advance for any
help


--

Dave Peterson
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
Moving rows with Hyperlink doesn't move hyperlink address Samad Excel Discussion (Misc queries) 15 June 22nd 06 12:03 PM
Removing hyperlink Frank Marousek Excel Discussion (Misc queries) 3 January 12th 05 09:53 PM
How can I extract hyperlink value pat_rick Excel Discussion (Misc queries) 1 January 8th 05 01:17 AM
Trying to delete form border, and it deletes all borders PeterM Excel Discussion (Misc queries) 11 January 3rd 05 03:36 PM
Using excel to select only matching images... davidbev008 Excel Discussion (Misc queries) 1 December 3rd 04 07:18 PM


All times are GMT +1. The time now is 09:53 AM.

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"