Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can we use Flower Brackets while using If...Else condition?
#2
Solved: 12 Years, 10 Months, 3 Weeks ago
Do you mean something like this:

Code:
If DataTable.Value("Param1", "Sheet1") = "Something" then
   MsgBox "OK"
Else
   MsgBox DataTable.Value("Param2", "Sheet2")
End If
Reply


Messages In This Thread
RE: Can we use Flower Brackets while using If...Else condition? - by yaron.assa - 11-26-2008, 10:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need to verify the drop down values based on condition santhoshmscsoftware 1 3,373 05-04-2016, 11:28 PM
Last Post: supputuri
  Condition/Outcome Branching within Script danielrose01 3 3,843 06-13-2012, 10:29 AM
Last Post: sshukla12
  While Wend condition raaj123 3 4,134 06-11-2012, 06:25 PM
Last Post: ravi.gajul
  if condition throwing type mismatch error rrdamuluri 2 4,637 11-04-2010, 10:51 PM
Last Post: rrdamuluri
  Can we use checkpoint as a condition statement? riteshgpt 4 10,589 04-28-2010, 08:49 PM
Last Post: riteshgpt

Forum Jump:


Users browsing this thread: 1 Guest(s)