Home
VBA / Excel / Access / Word
Access
Application
Data Type
Data Type Functions
Date Functions
Excel
File Path
Forms
Language Basics
Math Functions
Outlook
PowerPoint
String Functions
Windows API
Word
XML
Integer number : Integer « Data Type « VBA / Excel / Access / Word
VBA / Excel / Access / Word
Data Type
Integer
Integer number
Sub MyNumber() Dim intNum As
Integer
intNum = 23.11 MsgBox intNum End Sub
Related examples in the same category
1.
Local Integer variable
2.
Add integer together
3.
Select Case statement with Integer value
4.
Input and Output
5.
Add two numbers together
6.
Use If statement with Integer
7.
The Integer data type is the most efficient way of handling numbers from -32,768 to 32,767
8.
Overflow error