U
ucanalways
Hello Group,
I am using
Set fs = Application.FileSearch
With fs
.......
.......
........
End With
I get "Object required" error. So, what should I dim "fs" as? Should I
need to do something like
Dim wb as workbook?
If so, then what would be
Dim fs as ?
Kevin
I am using
Set fs = Application.FileSearch
With fs
.......
.......
........
End With
I get "Object required" error. So, what should I dim "fs" as? Should I
need to do something like
Dim wb as workbook?
If so, then what would be
Dim fs as ?
Kevin