Okay! I think I'm giving up on the Common Dialog problems I'm having (see the thread "Common Dialog Problems (comdlg16.ocx)) so here's the challenge...
I have a VBA project in a Microsoft Excel Document that I distribute to other users. There is a need for the users to "open" and (sometimes) "save" external files that are separate from the .xls file (like .txt files for instance). Now, I wanted to use the "Common Dialog" to make the program user friendly and reletively easy to program. I have the "Common Dialog" referenced into the project but when I distribute the .xls file, users who do not have the comdlg16.ocx file registered on thier computers, the "open" does not work.
1) How can I send them a "patch" to either fix the comdlg.ocx problem or hjave them download the proper files or,
2) How can I, as the developer, enable users to "open" or "save" external files easily (similar to the common dialog with a navigational style browser to find files)?
Any thoughts??
I have a VBA project in a Microsoft Excel Document that I distribute to other users. There is a need for the users to "open" and (sometimes) "save" external files that are separate from the .xls file (like .txt files for instance). Now, I wanted to use the "Common Dialog" to make the program user friendly and reletively easy to program. I have the "Common Dialog" referenced into the project but when I distribute the .xls file, users who do not have the comdlg16.ocx file registered on thier computers, the "open" does not work.
1) How can I send them a "patch" to either fix the comdlg.ocx problem or hjave them download the proper files or,
2) How can I, as the developer, enable users to "open" or "save" external files easily (similar to the common dialog with a navigational style browser to find files)?
Any thoughts??