Error – MS Visual Basic

Asked By 10 points N/A Posted on -
qa-featured

Hello experts,

I received this error. I need to solve it. Please help me.

Thanks a lot.

Microsoft Visual Basic

Run-time error '445':
Objection doesn't support this action
 
Continue          End                   Debug                      Help

 

SHARE
Answered By 10 points N/A #151972

Error – MS Visual Basic

qa-featured

Hello Darnell,

From what I know about FileSearch, I cannot think of anything which FileSearch does and it cannot be replicated with the use of the FSO in conjunction with the windows API functions, although it may not be easy.

To resolve that issue therefore, you may need to try the following workaround:

  • You will need to try and replicate fully the functionality using solely FSO or Dir().
  • When you do it that way, it will be possible for other people to tailor it to their needs if they did not want the simple generic version.

Regard,

Carl

 

Related Questions