J JasonLevan Registered User. Local time Today, 06:59 Joined Jan 25, 2011 Messages 21 Feb 2, 2011 #1 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
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
the_net_2.0 Banned Local time Today, 05:59 Joined Sep 6, 2010 Messages 812 Feb 2, 2011 #2 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.
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.