View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Blazin J Blazin J is offline
external usenet poster
 
Posts: 1
Default Developing Multilingual VBA Apps

I wanted to develop an application that supported various common languages
(English, Spanish, etc). The idea is the person could select the language
from a drop down combo box and this selection would then drive the
appropriate forms and dialog boxes.

Does anybody have any ideas on how to go about coding such a concept?