Shaun has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course
Excel VBA Intro Intermediate course
Excel VBA
What is an intiger?
RE: Excel VBA
Hi Shaun
When creating variables the user has to define the variable type. For example:
Dim intCounter As Integer
The Integer type refers to Whole Numbers (No Decimal spaces) between -32,768 and 32,767
Hope this helps
Carlos