G garyh Nov 14, 2003 #1 Does anyone know of an easy way to check a control to determine if it's an integer? Any help is welcome, thanks. Gary
Does anyone know of an easy way to check a control to determine if it's an integer? Any help is welcome, thanks. Gary
M Marshall Barton Nov 14, 2003 #2 Does anyone know of an easy way to check a control to determine if it's an integer? Any help is welcome, thanks. Click to expand... I thought I answered this question yesterday.
Does anyone know of an easy way to check a control to determine if it's an integer? Any help is welcome, thanks. Click to expand... I thought I answered this question yesterday.
W Wayne Morgan Nov 14, 2003 #3 If IsNumeric(Me.txtMyTextbox) Then If Me.txtMyTextbox = Int(Me.txtMyTextbox) Then