Is there any difference between these 2 codes:
![]()
Select Case True Case a = b Case v = 8 Case d <> 7 Case Else Select Case
Assuming there is no programmic difference, is there a performance difference?![]()
If a = b then elseif v = 8 elseif d <> 7 else end if
Bookmarks