Hi All,
Is there a way to format textboxes and comboboxes to reconize that a number
has been typed into it so that I can say, If combo.value > number Then ?
Thanks in advance
Jason
Hi All,
Is there a way to format textboxes and comboboxes to reconize that a number
has been typed into it so that I can say, If combo.value > number Then ?
Thanks in advance
Jason
If IsNumeric(ComboBox1.Value) = true then
if combo.value > x then
end if
end if
"Jason Zischke" wrote:
> Hi All,
>
> Is there a way to format textboxes and comboboxes to reconize that a number
> has been typed into it so that I can say, If combo.value > number Then ?
>
> Thanks in advance
>
> Jason
Hi Jim F
That worked great, Thanks.
Jason
"Jim F" wrote:
> If IsNumeric(ComboBox1.Value) = true then
> if combo.value > x then
> end if
> end if
>
> "Jason Zischke" wrote:
>
> > Hi All,
> >
> > Is there a way to format textboxes and comboboxes to reconize that a number
> > has been typed into it so that I can say, If combo.value > number Then ?
> >
> > Thanks in advance
> >
> > Jason
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks