No Application.FileFind method in Word 2004 VBA

D

Dirk Speder

Now correct topic - sorry for double posting

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:
Now correct topic - sorry for double posting

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?

Unfortunately, probably not...

See


http://google.com/groups?threadm=BD0C946B.E5A9%goldkey74@WarmerThanWa
rmMail.com

The situation is especially egregious since the Word04 Help topic
"Strategies for Developing Cross-Platform Solutions" uses the
now-phantom Application.FileFind property.
 
J

JE McGimpsey

This is a total bummer for my critical project as well. I'm
considering RealBasic
(http://www.realsoftware.com/realbasic/officeautomation/).

MacBU would heartily approve. They've been trying to direct developers
to RealBasic for years now...

It's only because I know some of the folks at MacBU that I don't think
some VBA bugs were inserted to push RealBasic.

Of course, I don't know whether any particular problem is in VBA or
within the object model itself. If the latter, I'm not sure whether
you'll see improved performance with RealBasic.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top