Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I've created a tool in an excel workbook where a user can select a directory and the code will then input the value of a specific cell from each of the closed workbooks in that directory. For example, user selects the directory c:\My Documents. The tool will look in c:\My Documents for all excel workbooks and take the value of cell "B13" and input it to cell "B1" first, then "B2" second, etc. in the tool's worksheet #1. My question: I want to add some criteria to this. Currently, the code will show a message box to the user if any of the closed workbooks do not say "Version 1.0" in cell "A1". However, there may be hundreds of files in a single directory. Therefore, I want to be able to tell the user which of these files do not have "Version 1.0" in cell "A1". I'd like this information to given in the message box. Example of necessary message box: "One or more of files in directory XYZ are from a version other than Version 1.0. These files a ABC.xls, 123.xls, 789.xls" Is this possible? Thanks a lot. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EXCEL - Meet 2 criteria, then find next case of third criteria | Excel Worksheet Functions | |||
Add text to meet criteria | Excel Worksheet Functions | |||
add numbers if they meet criteria...? | Excel Worksheet Functions | |||
Counting Cells that meet criteria across entire workbook | Excel Programming | |||
VLookup error message while accessing range in closed workbook. | Excel Programming |