View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marina Limeira Marina Limeira is offline
external usenet poster
 
Posts: 13
Default How not number ?

I declared

dim x

and x is numeric in compare..
x = sheet("G10")
when G10 have a number is OK...
but if G10 is empty ??

How to make one comparation if X is not number ?

thanks

Marina