View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
beeawwb[_4_] beeawwb[_4_] is offline
external usenet poster
 
Posts: 1
Default Multiple commands from single IF.

So, just to double check (I only just saw this reply)

The syntax is.

If (Condition) Then [ENTER]
Command
Command
Command
ELSEIF (condition2) Then [ENTER]
Command
ELSE [ENTER]
Command
ENDIF

So, what I'm doing as I see it, just to double-check-reiterate,

If = {
Lots of stuff = Commands
EndIf = }

Thanks for the help, I'll try it out soon.

-Bob


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