I don't know what that means. Where is the proper place?
Main Topics
Browse All TopicsI have used this code before and it has worked fine, however, now I am getting an error "Method or data member not found". I have a reference to the MS Office 12.0 Object Library. I have also tried the 11.0 and the 10.0 object library. It acts as if it is having trouble with .FileDialog.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
It was working for me at home and then I brought it to work and it failed. (Access 2007 at home 2000 at work - both XP systems). I assumed it was a reference issue, but I have tried all that I know. I have attached my .mdb. It is a very simple database. The appliction is to allow the user to select a folder and the script will read appropiate text files, gather data and report the results. There are other ways to get the folder information from the user, however the method that I used was working and was exactly what I needed and was familiar to my user.
Try to comment out the line "On Error Goto". Provoke the error, and you should have the option to [Debug] your code. The missing method should be highlighted, and you can explore the problem, for example by using the Immediate Pane (trying out various commands directly while the code is still active). Perhaps you will discover that .ButtonName is the problem and not .Show...
I don't think it's a reference problem, or you would have a compile error on the declaration of fd, not a run-time error.
(°v°)
It does give me a compile error 'Method or member not found'. It seems to fail on the - Set fd = Application.FileDialog(mso
Business Accounts
Answer for Membership
by: hnasrPosted on 2009-10-19 at 08:23:04ID: 25606003
Use fd.Show in proper place