View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TBA[_2_] TBA[_2_] is offline
external usenet poster
 
Posts: 58
Default Question about using AND or OR with If-Then statements

Windows 2k Pro
Excel 2000

What is the syntax for this situation:

If a = x and b = y Then
[code]
End If

Apparently the above doesn't work. All help appreciated.

-gk-