Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Exit Sub

Use the Exit Sub or Exit Function to exit from a procedure. Again, the Exit statement will normally be located within an If statement. [Pg.269]

MAKE SURE WE ARE ON A WORKSHEET OR CHART SHEET If TypeName(ActiveSheet) <> "Worksheet" And TypeName(ActiveSheet) <> "Chart" Then Beep Exit Sub GO TO CORRECT (X)DE FOR SELECTION TO BE FORMATTED Select Case TypeName(Selection)... [Pg.294]

If TypeName(ActiveSheet) <> "Worksheet" Then Beep Exit Sub If not worksheet, exit. [Pg.323]

If c = "E" Then Selection.NumberFormat = "General" Exit Sub Next... [Pg.323]

Syntax Exit Do, Exit For, Exit Function, Exit Sub... [Pg.426]

Elself ipivot (k) > 1 Then Exit Sub End If Next k End If Next j... [Pg.441]

If Mout (icol, icol) = z Then Exit Sub pivinv = u / Mout(icol, icol)... [Pg.441]

Loop VJhile Abs(y(l) - eyEB) > 0.0000001 GoSub Output Output final values Exit Sub... [Pg.264]


See other pages where Exit Sub is mentioned: [Pg.261]    [Pg.510]    [Pg.374]    [Pg.261]    [Pg.510]    [Pg.294]    [Pg.294]    [Pg.294]    [Pg.294]    [Pg.323]    [Pg.323]    [Pg.323]    [Pg.481]    [Pg.294]    [Pg.294]    [Pg.294]    [Pg.294]    [Pg.323]    [Pg.323]    [Pg.323]    [Pg.497]    [Pg.499]    [Pg.499]    [Pg.504]    [Pg.261]    [Pg.510]    [Pg.27]    [Pg.40]    [Pg.41]    [Pg.41]    [Pg.42]   
See also in sourсe #XX -- [ Pg.269 ]




SEARCH



Exitation

Exiting

Exits

© 2024 chempedia.info