Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code worked in Excel 97 but not worked in Excel 2003, why why
why??? and how to fix??? Thanks!!! Sub test() With Application.FileSearch .NewSearch .SearchSubFolders = True .filename = "S:\list_file.xls" .MatchTextExactly = True If .Execute() 0 Then MsgBox "found" Else MsgBox "not found" End If End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Major gridlines - worked great on Excel 2003 but not 2007 | Charts and Charting in Excel | |||
Excel 2007 Auto Login Problem worked with 2003 | Excel Discussion (Misc queries) | |||
Filesearch in 2003 | Excel Programming | |||
Vacation accrual based on hours worked - Excel 2003 | Excel Worksheet Functions | |||
Having trouble totaling columns in excel 2003, always worked b4 | Excel Worksheet Functions |