Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a macro using Application.FileSearch in excell and was working
perfectly. only when we installed windows XP the file search is generating run time error 1004 as "can't move focus to the control as it is invisible, not enabled, or of a type that does not accept focus" can someone help ? This is my code With Application.FileSearch .NewSearch .LookIn = myCell.Offset(1, 0).Value .SearchSubFolders = CSubFolders .Filename = myCell.Offset(1, 1).Value .MatchTextExactly = CmatchExactTxt .FileType = msoFileTypeAllFiles End With Reg. Daher |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run time error 1004 general odbc error excel 2003 vba | Excel Programming | |||
Run Time Error 1004: Application or Object Defined Error | Excel Programming | |||
Run Time 1004 Error: Application or Object Difine Error | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Filesearch 1004 error with XL 2003 | Excel Programming |