VBA Office mac 2004 - no Application.FileFind method?

D

Dirk Speder

Hello,
I upgraded to the new Office 2004 for mac and suddenly my most urgently
needed VBA program refuses to work. The problem seems to be: The
Application.FileFind method does no longer exist. My code collects the
names of template file names into an array and I don't know how to do this
without the FileFind method.
Can anybody help?

:) Dirk, Heidelberg, Germany
 
J

JE McGimpsey

Dirk Speder said:
Hello,
I upgraded to the new Office 2004 for mac and suddenly my most urgently
needed VBA program refuses to work. The problem seems to be: The
Application.FileFind method does no longer exist. My code collects the
names of template file names into an array and I don't know how to do this
without the FileFind method.
Can anybody help?

See the reply to your later post.
 
Top