Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default macro to hyperlink individual files in multiple files

You don't need a macro.


Let's say your list of files is in column A, for example in A1:
C:\music.xls
with each entry having the path name and file name.


In B1 enter:
=HYPERLINK("file:///"&A1)
and copy down.

This will give you a nice list of "click-able" hyperlinks to the file listed
in column A


--
Gary''s Student
gsnu200712

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
multiple csv files into individual tabs dna1711 Excel Discussion (Misc queries) 3 February 28th 07 06:03 PM
importing multiple text files into individual worksheets in workbook [email protected] Excel Programming 2 September 21st 06 10:53 PM
set up a macro to copy/ move sheets to individual files Danielle44 Excel Programming 1 April 20th 06 05:38 PM
How can I use a macro to hyperlink multiple files at once? mastermind Excel Programming 0 January 6th 06 04:40 AM
Import multiple files macro can't find files Steven Rosenberg Excel Programming 1 August 7th 03 01:47 AM


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