Writing Transportable Visual Basic Code
The following guidelines will help you write your Visual Basic code so that it runs more effectively in other locales. Understanding these guidelines is important in predicting how your code will perform. The guidelines fall into the following areas:
- Working with formulas
- Using conversion functions
- Displaying information with locale-aware functions and statements
- Working with local language text in your code
- Other considerations when writing transportable Visual Basic code