|
-
Nov 24th, 2003, 08:32 PM
#1
Thread Starter
New Member
Using resource files in VBA [RESOLVED]
Until now I never had to deal with multiple languages. Anyway, here goes my question.
I already read that in VB it is possible to use resource files created with the resource editor add-in. Storing pictures, icons, text,...
Does something similar exist for the VBA-environment? Or do I have to create resource files in VisualStudio and use them in my VBA-project? If so, how do I refer to those resource files using VBA-code? I did not find a LoadRes function in VBA.
A search in the VBA forum did not turn anything up about this subject.
Maybe in VBA it is not possible ?
Last edited by Blinky; Dec 5th, 2003 at 05:01 AM.
-
Dec 3rd, 2003, 12:27 PM
#2
Thread Starter
New Member
Perhaps nobody uses resource files in VBA solutions ?
I know I can use textfiles that contain strings,... and read from them when my VBA-solution is loaded.
I'm now looking if there's a way using API call's.
Unless anyone has a better solution for builing multi-language support, I will use textfiles.
Any suggestions are welcome.
-
Dec 5th, 2003, 05:02 AM
#3
Thread Starter
New Member
I've got it working
-
Apr 8th, 2004, 05:14 PM
#4
Fanatic Member
please let us know how you got it working and what you did - share the wealth
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|