English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-21 00:14:06 · 4 answers · asked by santiagotiprigan 1 in Computers & Internet Software

I want to search quickly a sheet in a folder populated with a huge number of excel files.

2006-09-21 00:19:18 · update #1

I try to find a way to build a list(directory) of sheets included in excel files from a specific folder.

2006-09-21 03:10:49 · update #2

4 answers

You can do what you want to do, but you need a macro code that will open the files, look at the worksheets in it and then close them. It can happen fast enough that they won't appear to be open, but here is some code you need to get the names of the worksheets:
Set up a loop that goes through index numbers 1 to the maximum number of worksheets in the workbook. Select each one using this line of code:
Sheets(WorkSheetNumber).Select

You can capture the name of the worksheet with this line of code:
WorkSheetName = ActiveSheet.Name

You may want to set up a blank sheet that deposits the name into a cell and then moves to the next cell. I suggest you grab the filename too and put in somewhere along with the worksheet name.

2006-09-24 05:40:00 · answer #1 · answered by Ken C. 6 · 0 0

If you have Windows 2000 or XP and have the Indexing service turned on, a simple right click on the folder and Search option would allow you to search all the excel sheets for the text you want. Just make sure you enter the search string in the "A word or phrase in the file" textbox in the Search Dialog.

2006-09-21 00:49:52 · answer #2 · answered by Dhruv 3 · 0 0

use excel viewer like word viewer

better then load all the whole app

2006-09-21 00:15:30 · answer #3 · answered by aviv7337 2 · 0 0

you should try this, i made a short tutorial on how you do it. i'm sure you'll find what you are looking for ;)
http://img216.imageshack.us/img216/132/tutxi7.jpg

2006-09-21 00:44:44 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers