Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个消息对话框来提示用户指向将由程序分析的 TXT 文件。
如何在 VBA 97 中制作此文件资源管理器提示?
某处应该有一个“openfile”功能,但我找不到。此外,对象应用程序的描述似乎没有提到任何关于文件提示的内容。我注意到在较新的版本中,有一个名为 OpenFileDialog 的类和另一个名为 FileDialog 的类似乎可以解决问题,但是,它似乎在 Access 97 中不可用
您想要通用对话框控件:
http://access.mvps.org/access/api/api0001.htm
http://support.microsoft.com/kb/824272