Hi,
I am trying to use Application.FileSearch in visual studio for vb6.
I pasted some code that works in Access but it wont run in VB.
code:
Set fs = Application.FileSearch
With fs
some code here
End With
When I run program, I get Compile Error - Variable not defined and "Application" is highlighted as the error
I have checked the reference to VB Extensibility 5.3 in the project references but is there another one I should tick?
Please help!!!!!!!
I am trying to use Application.FileSearch in visual studio for vb6.
I pasted some code that works in Access but it wont run in VB.
code:
Set fs = Application.FileSearch
With fs
some code here
End With
When I run program, I get Compile Error - Variable not defined and "Application" is highlighted as the error
I have checked the reference to VB Extensibility 5.3 in the project references but is there another one I should tick?
Please help!!!!!!!