lookup macro

JasonLevan

Registered User.
Local time
Today, 06:59
Joined
Jan 25, 2011
Messages
21
I am needing a macro that will list all files in c:/scans and when it list them then allow me to link to them if possible. But atleast list them
 
to list folders, adapt Allen Browne's code here: http://allenbrowne.com/ser-59.html

and for changing them all to hyperlinks, loop the range of the column and use the code that you can get from doing one cell manually with the macro recorder.
 

Users who are viewing this thread

Back
Top Bottom