N
Norm
Hi,
I am using Visual Basic and hope this is the right group to ask this in. I
have a program that automates MS Office and has worked fine up until Office
2007 and now I am getting the error message "This command not available on
this platform". Below is one of the commands that is giving me problems.
Set objwrd = CreateObject("Word.Application")'Works fine
Set fso = objwrd.FileSearch 'This line generates error
Is FileSearch not available in Office 2007 or do I need a different
reference for my program to work?
Any help appreciated.
Thanks,
Norm
--
Norm
Don't blame me, my programming is
self-taught and my teacher was not
very experienced.
normfowler_don't (e-mail address removed)
I am using Visual Basic and hope this is the right group to ask this in. I
have a program that automates MS Office and has worked fine up until Office
2007 and now I am getting the error message "This command not available on
this platform". Below is one of the commands that is giving me problems.
Set objwrd = CreateObject("Word.Application")'Works fine
Set fso = objwrd.FileSearch 'This line generates error
Is FileSearch not available in Office 2007 or do I need a different
reference for my program to work?
Any help appreciated.
Thanks,
Norm
--
Norm
Don't blame me, my programming is
self-taught and my teacher was not
very experienced.
normfowler_don't (e-mail address removed)