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 » VBA
VBA
Resolved · Low Priority · Version 2003
Jenna has attended:
Excel VBA Intro Intermediate course
VBA
What does run-time error 13 mean?
RE: VBA
Hi Jenna
Run-time error 13 is a Type mismatch error. This means that the variable isn't of the correct type.
A variable that requires an integer value can't accept a string value unless the whole string can be recognized as an integer (eg "125").
To overcome this problem you should always make assignments between compatible data types. For example:
An Integer can always be assigned to a Long, a Single can always be assigned to a Double, and any type (except a user-defined type) can be assigned to a Variant.
Hope this helps
Carlos
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:Change Excel's default fontYou can change the default font and font size for all spreadsheets created in Excel by: |