Thread: Macro If and...
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
brucemc[_11_] brucemc[_11_] is offline
external usenet poster
 
Posts: 1
Default Macro If and...


Sorry if I completely misunderstand the question, but are you lookin
for some VBA code as basic as:


Code
-------------------
Sub IfSomething()
If <condition01 AND <condition02 Then
<do something
Else
<do something else
End If
End Su
-------------------



--
brucem
-----------------------------------------------------------------------
brucemc's Profile: http://www.excelforum.com/member.php...fo&userid=3287
View this thread: http://www.excelforum.com/showthread.php?threadid=54993