Hi, an easy one, how to make a sub that chek if some value is numeric or text
if cell(a,b)=" any number???" then
tralala lalala lalala
end if
Hi, an easy one, how to make a sub that chek if some value is numeric or text
if cell(a,b)=" any number???" then
tralala lalala lalala
end if
If IsNumeric(Cell(a,b).Value) Then
--
HTH
Bob Phillips
"filo666" <filo666@discussions.microsoft.com> wrote in message
news:137ED108-EC02-434D-A28B-3A4D8DC0F217@microsoft.com...
> Hi, an easy one, how to make a sub that chek if some value is numeric or
text
> if cell(a,b)=" any number???" then
> tralala lalala lalala
> end if
thank you very much
"Bob Phillips" wrote:
> If IsNumeric(Cell(a,b).Value) Then
>
> --
> HTH
>
> Bob Phillips
>
> "filo666" <filo666@discussions.microsoft.com> wrote in message
> news:137ED108-EC02-434D-A28B-3A4D8DC0F217@microsoft.com...
> > Hi, an easy one, how to make a sub that chek if some value is numeric or
> text
> > if cell(a,b)=" any number???" then
> > tralala lalala lalala
> > end if
>
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks