Forum Moderators: phranque
I guess it all depends on the current format of your information and how it can be manipulated into excel. If there is no way you can import it....from the below example I would do this (providing all file names are the same minus the number)
in cell A put product
in cell C put .jpg
in the first cell of B put 1 and in the one below put =B1+1
Then highlight A B and C and use the bottom right notch on the cells to scroll down a few thousand rows......then hopefully you will have a list with product1.jpg to product1001.jpg.
As I said it all depends on how your data is currently set up.....if you could tell us a little more then there may be a tailor made way for your instance ;)
/oops added
you could then copy and paste this data into notepad.....using "edit/replace" to delete the spaces between each column. Then re-paste it back into excel it will be all within the one cell. But Im sure there is a better way, and it all dependso n what you are looking for.
I do seem to remember a nifty little addin to the right hand click menu in explorer that would give you a text file of a folders contents but have no idea where I originaly found it nor whether I still have a copy. Not much help I know but perhaps it will stimulate someone else's memory.
Onya
Woz
Dir [DirectoryWithGraphics] > c:\txt.txt
Replace [DirectoryWithGrpahics] to the directory containing all the files.
Enter Excel, goto open and select the c: drive, change file types to "text files" at the bottom and open the file txt.txt
Excel should enter you into a wizard, click Finish. You should have a list of filenames in column A and a list of extensions in column B. Delete column C onwards and put the following equation in column C:
=CONCATENATE(A1,".",B1)
Select column C, and go to copy. Create a new spreadsheet and go to the Edit menu, select Paste Special... (NOT PASTE) and change the top set of buttons to the one that says 'Values', click OK.
Voila, a list of filenames in a new Excel spreadsheet. :) Longwinded, but it works quickly if it for a one of reason.
Regards
Michael