Hi all, seems like a nice place this!
I'm trying to get a macro that does the following:
Searches in a set folder for excel sheets
Lists them in a sheet
Makes the listed results hyperlinks to the listed sheet
WHich i have managed, and it works a treat.
I have that running on workbook_open, and it's all fine.
But i really need to:
Specifiy which column and row the results start to show in - at the moment it's A1, but it's going to be something i plan to roll out throughout the little company i work for so need it to look good (hence not starting in the first column/row, so i can make it all pretty)
In the next column, call up a cell value from the sheet listed from the filesearch.
For example, in column A it lists all the files found, but in B i want it to get cell value C4 from the sheets listed in column A. The sheet is an electronic ordering system (trying to convince the company to reduce paper usage!) and the macro above lists all orders that have been placed. I would love to be able to list which Supplier it was sent to next to the filesearch'd list of orders.
Any help would be immensely appreciated, thank you!
Bookmarks