Thread: IF AND in VBA
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default IF AND in VBA

You realize that in your worksheet function, you are getting 4 different
random numbers - this fact wasn't duplicated by Chip or Bob.

--
Regards,
Tom Ogilvy

"ExcelMonkey " wrote in message
...
I use "IF And" statments in excel alot. But in VBA I dont think you
don't use the brackets with "IF AND". How would your write the
following in VBA?




=IF(AND(RAND()<0.5,RAND()0.1,),"Yes",IF(AND(RAND( )0.5,RAND()<0.9,),"Yahoo"
,"No"))

Note you will have to replace the excel rand() function with the VBA
rnd() function.


---
Message posted from http://www.ExcelForum.com/