98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Letter references
Letter references
Resolved · Low Priority · Version 2003
Oliver has attended:
Excel VBA Intro Intermediate course
Letter references
What was the short code needed to prevent need for ASCII accuracy when entering code - eg so you could enter any case letters into a combo box on a form?
RE: Letter references
Hi Oliver, thanks for your query. Option Explicit forces you to be specific in how you declare your variables and that can be toggled on (to force case sensitive use of variables) or off (to allow case insensitivity...and therefore typos!). It needs to go at the start of your code if your going to use it. Case sensitivity in combo boxes and on forms is a separate issue to the code and you need to alter the properties of each individual control to ensure case sensitivity.
Hope this helps,
Anthony
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Adding up rows or columns without seeing formulasHighlight a column or row and click the Autosum button. This gives you your answer without showing the formula. |